Healthchecks.io integration (Developer Tools). Imported from open-connector.
https://healthchecks.io/api/v3/checks/
| Param | Type | Required | Description |
|---|---|---|---|
| slug | string | optional | Only return checks with this slug. |
/checks/{check_id}
| Param | Type | Required | Description |
|---|---|---|---|
| check_id | string | required | The Healthchecks.io check UUID or unique key used in the Management API path. |
/checks/
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The human-readable check name. |
| slug | string | optional | The custom check slug. |
| tags | string | optional | A space-delimited list of tags assigned to the check. |
| desc | string | optional | The check description. |
| timeout | integer | optional | The simple check timeout in seconds. |
| grace | integer | optional | The grace period in seconds. |
| schedule | string | optional | A cron or systemd OnCalendar expression defining the check schedule. |
| tz | string | optional | The timezone used with the schedule field, such as Europe/Riga. |
| manual_resume | boolean | optional | Whether the check should stay down until manually resumed. |
| methods | string | optional | The allowed HTTP methods for ping requests, such as POST. |
| channels | string | optional | A comma-separated list of channel UUIDs or names, * for all channels, or an emp… |
| start_kw | string | optional | Comma-separated keywords that mark inbound email or HTTP pings as starts. |
| success_kw | string | optional | Comma-separated keywords that mark inbound email or HTTP pings as successes. |
| failure_kw | string | optional | Comma-separated keywords that mark inbound email or HTTP pings as failures. |
| filter_subject | boolean | optional | Whether inbound email subject lines should be keyword-filtered. |
| filter_body | boolean | optional | Whether inbound email bodies should be keyword-filtered. |
| filter_http_body | boolean | optional | Whether HTTP ping bodies should be keyword-filtered. |
| filter_default_fail | boolean | optional | Whether unmatched pings should be treated as failures when keyword filtering is… |
/checks/{uuid}
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | The Healthchecks.io check UUID used in the API path. |
| name | string | optional | The human-readable check name. |
| slug | string | optional | The custom check slug. |
| tags | string | optional | A space-delimited list of tags assigned to the check. |
| desc | string | optional | The check description. |
| timeout | integer | optional | The simple check timeout in seconds. |
| grace | integer | optional | The grace period in seconds. |
| schedule | string | optional | A cron or systemd OnCalendar expression defining the check schedule. |
| tz | string | optional | The timezone used with the schedule field, such as Europe/Riga. |
| manual_resume | boolean | optional | Whether the check should stay down until manually resumed. |
| methods | string | optional | The allowed HTTP methods for ping requests, such as POST. |
| channels | string | optional | A comma-separated list of channel UUIDs or names, * for all channels, or an emp… |
| start_kw | string | optional | Comma-separated keywords that mark inbound email or HTTP pings as starts. |
| success_kw | string | optional | Comma-separated keywords that mark inbound email or HTTP pings as successes. |
| failure_kw | string | optional | Comma-separated keywords that mark inbound email or HTTP pings as failures. |
| filter_subject | boolean | optional | Whether inbound email subject lines should be keyword-filtered. |
| filter_body | boolean | optional | Whether inbound email bodies should be keyword-filtered. |
| filter_http_body | boolean | optional | Whether HTTP ping bodies should be keyword-filtered. |
| filter_default_fail | boolean | optional | Whether unmatched pings should be treated as failures when keyword filtering is… |
/checks/{uuid}/pause
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | The Healthchecks.io check UUID used in the API path. |
/checks/{uuid}/resume
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | The Healthchecks.io check UUID used in the API path. |
/checks/{uuid}
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | The Healthchecks.io check UUID used in the API path. |
/checks/{uuid}/pings/
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | The Healthchecks.io check UUID used in the API path. |
/checks/{check_id}/flips/
| Param | Type | Required | Description |
|---|---|---|---|
| check_id | string | required | The Healthchecks.io check UUID or unique key used in the Management API path. |
| seconds | integer | optional | Only return flips in the latest number of seconds. |
| start | integer | optional | A UNIX timestamp in seconds. |
| end | integer | optional | A UNIX timestamp in seconds. |
/channels/
/badges/