Health Status Object
Properties
| Name | Type | Description |
| ping | integer | Duration in milliseconds how long the health check took. |
| status | string | Service status. Possible values can are: |
Examples
JSON
{
"ping": 128,
"status": "pass"
}| Name | Type | Description |
| ping | integer | Duration in milliseconds how long the health check took. |
| status | string | Service status. Possible values can are: |
JSON
{
"ping": 128,
"status": "pass"
}