Get Service Info Using GET
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
{
"details": "string",
"health": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string",
"startedBy": "string",
"startedOn": 0,
"uptime": 0
}
An optional message field that provides details especially in case of errors
Health of the Service
name
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