Format: minute hour day month weekday (5 fields) — add a seconds field at the front for 6 fields.
FastUNB template ids for this check — leave blank to skip email. Recipient is set globally in Settings.
{
"name": "",
"group_id": "",
"type": "http",
"enabled": true,
"schedule": "*/5 * * * *",
"timeout_ms": 30000,
"threshold": 3,
"alert_template_id": null,
"recovery_template_id": null,
"definition": {
"url": "https://api.example.com/health",
"method": "GET",
"asserts": [
{
"type": "status",
"expected": 200
}
]
}
}