GET /a/config/ctl List all services and their status No Parameters Response Example (200)¶ Response Type /definitions/restServiceCollection 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22{ "Services": [ { "Controllable": true, "Description": "string", "Metadata": {}, "Name": "string", "RunningPeers": [ { "Address": "string", "Id": "string", "Metadata": {}, "Port": 10 } ], "Status": "string", "Tag": "string", "Version": "string" } ], "Total": 10 }