Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Resource UUID
Body
application/vnd.api+json
Response
heartbeat updated
Update a specific heartbeat by id
curl --request PUT \
--url https://api.rootly.com/v1/heartbeats/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "heartbeats",
"attributes": {
"name": "<string>",
"description": "<string>",
"alert_summary": "<string>",
"alert_description": "<string>",
"alert_urgency_id": "<string>",
"interval": 123,
"interval_unit": "seconds",
"notification_target_id": "<string>",
"notification_target_type": "User",
"enabled": true
}
}
}'
{
"data": {
"id": "0ee16a9a-ecaa-41ce-927d-4d37fa1eba8d",
"type": "heartbeats",
"attributes": {
"slug": "repellat-tenetur-error-ut",
"name": "api.rootly.com",
"description": "This is a description",
"alert_summary": "API is down",
"alert_description": "Updated runbook: Check /docs/updated-troubleshooting",
"alert_urgency_id": "08b41cf7-86ea-4e00-bdc0-421f325db1e4",
"interval": 10,
"interval_unit": "minutes",
"notification_target_id": "203",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/0ee16a9a-ecaa-41ce-927d-4d37fa1eba8d/ping",
"secret": "heartbeat_f9d56f29fd2b8c443d11c7140b64971f2834defff10414aa35a4a9aa0a634097",
"email_address": "heartbeat-dda5977361f954af62a035ec78808406@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-10-16T13:54:32.253-07:00",
"created_at": "2025-10-16T13:54:25.337-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Resource UUID
Show child attributes
heartbeat updated
Show child attributes
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/heartbeats/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "heartbeats",
"attributes": {
"name": "<string>",
"description": "<string>",
"alert_summary": "<string>",
"alert_description": "<string>",
"alert_urgency_id": "<string>",
"interval": 123,
"interval_unit": "seconds",
"notification_target_id": "<string>",
"notification_target_type": "User",
"enabled": true
}
}
}'
{
"data": {
"id": "0ee16a9a-ecaa-41ce-927d-4d37fa1eba8d",
"type": "heartbeats",
"attributes": {
"slug": "repellat-tenetur-error-ut",
"name": "api.rootly.com",
"description": "This is a description",
"alert_summary": "API is down",
"alert_description": "Updated runbook: Check /docs/updated-troubleshooting",
"alert_urgency_id": "08b41cf7-86ea-4e00-bdc0-421f325db1e4",
"interval": 10,
"interval_unit": "minutes",
"notification_target_id": "203",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/0ee16a9a-ecaa-41ce-927d-4d37fa1eba8d/ping",
"secret": "heartbeat_f9d56f29fd2b8c443d11c7140b64971f2834defff10414aa35a4a9aa0a634097",
"email_address": "heartbeat-dda5977361f954af62a035ec78808406@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-10-16T13:54:32.253-07:00",
"created_at": "2025-10-16T13:54:25.337-07:00"
}
}
}