Service endpoints¶ GET /api/service/(string serviceID)/logs¶ Get a WebSocket stream in real-time of the service. 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