Properties
NAME | TYPE | DESCRIPTION |
ping | integer | Duration in milliseconds how long the health check took. |
status | string | Service status. Possible values can are: |
Example
JSON
{
"ping": 128,
"status": "pass"
}
JSON
{
"ping": 128,
"status": "pass"
}