Health

GET

Returns the health status of the Edgemesh® API.

Response Properties


Whether or not the request succeeded.

status
string
Current status of the Edgemesh® API.
  • up: The API is up and ready to service requests.
  • down: The API is down and unable to respond to requests.
  • maintenance: The API is in maintenance mode and will respond with a maintenance error until the maintenance window is completed. See status.edgemesh.com for information on maintenance windows.

URL
https://api.edgemesh.com/2022-08/health
GETHealth
1curl https://api.edgemesh.com/2022-08/health /
2 -H 'Accept: application/json' /
3 -H 'X-API-Key: EM-0000000-0000000-0000000-0000000'
Example Response
1{
2 "ok": true,
3 "status": "up"
4}

Made withby Edgemesh Corporation