Get Service Info
The information returned includes the Health of the Service, uptime, start time of the service and etc.
Specifically the Health of the Service is 'OK', when the Service is running and responsive, otherwise it is 'Error'.
The name of the Service
Service is Healthy
"{\n \"name\" : \"ADMINUI\",\n \"health\" : \"OK\"\n}"
An optional message field that provides details especially in case of errors
Service Health types
Represents a HTTP 'link' element.
It is implicit that all the link tags support http 'GET' method.
List of Services that are part of the VMware Cloud Foundation Operations stack
OS user that started the Service
When the Service was started (Epoch time in milliseconds)
Uptime of the Service (Epoch time in milliseconds)
Service is not valid
Service is not Healthy
"{\n \"name\" : \"ADMINUI\",\n \"health\" : \"ERROR\"\n}"
An optional message field that provides details especially in case of errors
Service Health types
Represents a HTTP 'link' element.
It is implicit that all the link tags support http 'GET' method.
List of Services that are part of the VMware Cloud Foundation Operations stack
OS user that started the Service
When the Service was started (Epoch time in milliseconds)
Uptime of the Service (Epoch time in milliseconds)
curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/deployment/node/services/{name}/info