Health

GET /health/{service}

Get a service health

Parameters:
  • service – The service name
Response JSON Object:
 
  • [] (object) –
  • [].Node (string) – Name of the node used by the service
  • [].CheckID (string) – Id to identify the type
  • [].Name (string) – CheckID with name of the service
  • [].Status (string) – Status of the service
  • [].Notes (string) – Notes related to the service
  • [].Output (string) – Output associated to the service
  • [].ServiceID (string) – Id of the service
  • [].ServiceName (string) – Name of the service

Example response:

[
  {
    "Node": "",
    "CheckID": "",
    "Name": "",
    "Status": "",
    "Notes": "",
    "Output": "",
    "ServiceID": "",
    "ServiceName": ""
  }
]