Service endpoints ================= .. http:get:: /api/service/(string serviceID)/logs Get a WebSocket stream in real-time of the service. .. http:get:: /api/service/(string serviceID)/console Get a WebSocket connection that is a console attached to the service. It allows some control commands on Text mode. To-Do