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}"
List of Services that are part of the VMware Cloud Foundation Operations stack
Service Health types
An optional message field that provides details especially in case of errors
Uptime of the Service (Epoch time in milliseconds)
When the Service was started (Epoch time in milliseconds)
OS user that started the Service
Represents a HTTP 'link' element.
It is implicit that all the link tags support http 'GET' method.
Service is not valid
Service is not Healthy
"{\n \"name\" : \"ADMINUI\",\n \"health\" : \"ERROR\"\n}"
List of Services that are part of the VMware Cloud Foundation Operations stack
Service Health types
An optional message field that provides details especially in case of errors
Uptime of the Service (Epoch time in milliseconds)
When the Service was started (Epoch time in milliseconds)
OS user that started the Service
Represents a HTTP 'link' element.
It is implicit that all the link tags support http 'GET' method.
curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/deployment/node/services/{name}/info