type_status - BenjaminFourmaux/ServiceDown-api GitHub Wiki
Type : Status
Represents a status
Fields
| Name | Description | Type |
|---|---|---|
| id | Id of type status | number |
| label | name of the status | string |
Exemple
An example with the OK status
{
"id": 1,
"label": "ok"
}
Type of status
| id | label |
|---|---|
| 1 | ok |
| 2 | warning |
| 3 | error |