GET /a/config/ctl
List all services and their status
No Parameters
Response Example (200)
Response Type /definitions/restServiceCollection
{
"Services": [
{
"Controllable": true,
"Description": "string",
"Metadata": {},
"Name": "string",
"RunningPeers": [
{
"Address": "string",
"Id": "string",
"Metadata": {},
"Port": 10
}
],
"Status": "string",
"Tag": "string",
"Version": "string"
}
],
"Total": 10
}