List alert urgencies
curl --request GET \
--url https://api.rootly.com/v1/alert_urgencies \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"type": "alert_urgencies",
"attributes": {
"name": "<string>",
"description": "<string>",
"position": 123,
"created_at": "<string>",
"updated_at": "<string>"
}
}
],
"links": {
"self": "<string>",
"first": "<string>",
"prev": "<string>",
"next": "<string>",
"last": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
success
Show child attributes
Unique ID of the alert urgency
alert_urgencies Show child attributes
The name of the alert urgency
The description of the alert urgency
Position of the alert urgency
Date of creation
Date of last update
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/alert_urgencies \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"type": "alert_urgencies",
"attributes": {
"name": "<string>",
"description": "<string>",
"position": 123,
"created_at": "<string>",
"updated_at": "<string>"
}
}
],
"links": {
"self": "<string>",
"first": "<string>",
"prev": "<string>",
"next": "<string>",
"last": "<string>"
}
}