Response fields
object
health
object
services
array of objects
lastUpdate
string (format: date-time)
The data time when the service status was last updated, in RFC3339 format
service
string
The name of the service
status
string
The health status of the service
1{2"health": {3"services": [4{5"lastUpdate": "2023-10-03T08:59:39.312Z",6"service": "search",7"status": "healthy"8}9]10}11}