Get Services Info
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
Responses
200
All services are healthy
Returns
services
of type(s)
application/json
"{\n \"service\" : [ {\n \"name\" : \"ADMINUI\",\n \"health\" : \"OK\"\n }, {\n \"name\" : \"API\",\n \"health\" : \"OK\"\n } ]\n}"
array of
object
service
Optional
Collection of services along with their health status
503
Not all services are not Healthy
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/deployment/node/services/info