{
"name": "My backup job",
"period_seconds": "300",
"grace_seconds": "300"
}
{
"active": false,
"created_at": "2025-06-06T09:46:18.524308",
"grace_seconds": 3600,
"id": "REDACTEDID",
"last_ping_at": "2025-06-06T17:15:52.674258",
"name": "Бэкап базы db-01",
"next_expected_ping": "2025-06-06T17:20:52.674258",
"period_seconds": 300,
"ping_url": "https://api.pingera.ru/v1/heartbeats/REDACTEDID/ping",
"recent_pings": [],
"status": "up",
"updated_at": "2025-06-06T17:16:29.472069"
}
# run_backup.sh
PING_URL=https://api.pingera.ru/v1/heartbeats/SOMEID/ping
curl -m 5 --retry 3 $PING_URL;