Retrieves a specific alert_event by id
curl --request GET \
--url https://api.rootly.com/v1/alert_events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "alert_events",
"attributes": {
"kind": "informational",
"action": "created",
"source": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"user_id": 123,
"details": "<string>"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
alert_event found
Show child attributes
Unique ID of the alert event
alert_events Show child attributes
informational, notification, action, status_update, recording, alert_grouping, alert_urgency, alert_routing, note, noise, maintenance created, escalation_policy_paged, ignored_alert_request, emailed, slacked, called, texted, notified, skipped, opened, retriggered, answered, acknowledged, escalated, paged, resolved, attached, snoozed, triggered, updated, added, removed, marked, not_marked, muted Author of the note.
Note message.
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/alert_events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "alert_events",
"attributes": {
"kind": "informational",
"action": "created",
"source": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"user_id": 123,
"details": "<string>"
}
}
}