← Tools Reference

Cronitor

Cronitor integration (Developer Tools). Imported from open-connector.

API key5 toolshttps://cronitor.io/api
GET
cronitor_list_monitors
List Cronitor monitors in the current account.

/monitors

GET
cronitor_get_monitor
Get a Cronitor monitor by key.

/monitors/{key}

1 parameter
ParamTypeRequiredDescription
keystringrequiredThe unique key of the Cronitor monitor.
POST
cronitor_create_monitor
Create one Cronitor monitor.

/monitors

13 parameters
ParamTypeRequiredDescription
typestringrequiredThe Cronitor monitor type.
keystringrequiredThe unique key of the Cronitor monitor.
namestringoptionalThe human-readable monitor name.
schedulesarrayoptionalThe cron expressions, interval expressions, or time schedules for this monitor.
timezonestringoptionalThe timezone used to evaluate the monitor schedule.
assertionsarrayoptionalAssertions Cronitor evaluates for this monitor.
notifyarrayoptionalCronitor notification list or occurrence-based settings.
notestringoptionalThe note attached to the monitor.
platformstringoptionalThe platform associated with the monitor.
groupstringoptionalThe group assigned to the monitor.
requestobjectoptionalThe HTTP request configuration used by Cronitor check monitors.
grace_secondsintegeroptionalThe grace period in seconds before Cronitor marks the monitor failed.
failure_toleranceintegeroptionalThe number of tolerated failures before Cronitor alerts.
POST
cronitor_update_monitor
Update one Cronitor monitor by key.

/monitors/{key}

13 parameters
ParamTypeRequiredDescription
typestringrequiredThe Cronitor monitor type.
keystringrequiredThe unique key of the Cronitor monitor.
namestringoptionalThe human-readable monitor name.
schedulesarrayoptionalThe cron expressions, interval expressions, or time schedules for this monitor.
timezonestringoptionalThe timezone used to evaluate the monitor schedule.
assertionsarrayoptionalAssertions Cronitor evaluates for this monitor.
notifyarrayoptionalCronitor notification list or occurrence-based settings.
notestringoptionalThe note attached to the monitor.
platformstringoptionalThe platform associated with the monitor.
groupstringoptionalThe group assigned to the monitor.
requestobjectoptionalThe HTTP request configuration used by Cronitor check monitors.
grace_secondsintegeroptionalThe grace period in seconds before Cronitor marks the monitor failed.
failure_toleranceintegeroptionalThe number of tolerated failures before Cronitor alerts.
DELETE
cronitor_delete_monitor
Delete a Cronitor monitor by key.

/monitors/{key}

1 parameter
ParamTypeRequiredDescription
keystringrequiredThe unique key of the Cronitor monitor.