Get Services Info Using GET

Get Services Info Using GET

The information returned includes the Health of the Service, uptime, when the service was started and etc. Specifically the Health of the Service is 'OK', when the Service is running and responsive, otherwise it is 'Error'.

Request
URI
GET
https://{api_host}/suite-api/api/deployment/node/services/info
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

All services are healthy

Returns services of type(s) application/json
{
    "service": [
        {
            "details": "string",
            "health": "string",
            "links": [
                {
                    "description": "string",
                    "href": "string",
                    "name": "string",
                    "rel": "string"
                }
            ],
            "name": "string",
            "startedBy": "string",
            "startedOn": 0,
            "uptime": 0
        }
    ]
}
array of service
service
Optional

Collection of services along with their health status


503

Not all services are not Healthy

Operation doesn't return any data structure