Cronitor integration (Developer Tools). Imported from open-connector.
https://cronitor.io/api/monitors
/monitors/{key}
| Param | Type | Required | Description |
|---|---|---|---|
| key | string | required | The unique key of the Cronitor monitor. |
/monitors
| Param | Type | Required | Description |
|---|---|---|---|
| type | string | required | The Cronitor monitor type. |
| key | string | required | The unique key of the Cronitor monitor. |
| name | string | optional | The human-readable monitor name. |
| schedules | array | optional | The cron expressions, interval expressions, or time schedules for this monitor. |
| timezone | string | optional | The timezone used to evaluate the monitor schedule. |
| assertions | array | optional | Assertions Cronitor evaluates for this monitor. |
| notify | array | optional | Cronitor notification list or occurrence-based settings. |
| note | string | optional | The note attached to the monitor. |
| platform | string | optional | The platform associated with the monitor. |
| group | string | optional | The group assigned to the monitor. |
| request | object | optional | The HTTP request configuration used by Cronitor check monitors. |
| grace_seconds | integer | optional | The grace period in seconds before Cronitor marks the monitor failed. |
| failure_tolerance | integer | optional | The number of tolerated failures before Cronitor alerts. |
/monitors/{key}
| Param | Type | Required | Description |
|---|---|---|---|
| type | string | required | The Cronitor monitor type. |
| key | string | required | The unique key of the Cronitor monitor. |
| name | string | optional | The human-readable monitor name. |
| schedules | array | optional | The cron expressions, interval expressions, or time schedules for this monitor. |
| timezone | string | optional | The timezone used to evaluate the monitor schedule. |
| assertions | array | optional | Assertions Cronitor evaluates for this monitor. |
| notify | array | optional | Cronitor notification list or occurrence-based settings. |
| note | string | optional | The note attached to the monitor. |
| platform | string | optional | The platform associated with the monitor. |
| group | string | optional | The group assigned to the monitor. |
| request | object | optional | The HTTP request configuration used by Cronitor check monitors. |
| grace_seconds | integer | optional | The grace period in seconds before Cronitor marks the monitor failed. |
| failure_tolerance | integer | optional | The number of tolerated failures before Cronitor alerts. |
/monitors/{key}
| Param | Type | Required | Description |
|---|---|---|---|
| key | string | required | The unique key of the Cronitor monitor. |