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
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top