Creates a new alert urgency from provided data
curl --request POST \
--url https://api.rootly.com/v1/alert_urgencies \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "alert_urgencies",
"attributes": {
"name": "<string>",
"description": "<string>",
"position": 123
}
}
}
'{
"data": {
"id": "94110889-1180-4bb0-9f41-2c20157700eb",
"type": "alert_urgencies",
"attributes": {
"name": "High",
"description": "Hight alert urgency",
"position": 1,
"created_at": "2026-01-03T21:24:30.200-08:00",
"updated_at": "2026-01-03T21:24:30.200-08:00"
}
}
}Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/alert_urgencies \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "alert_urgencies",
"attributes": {
"name": "<string>",
"description": "<string>",
"position": 123
}
}
}
'{
"data": {
"id": "94110889-1180-4bb0-9f41-2c20157700eb",
"type": "alert_urgencies",
"attributes": {
"name": "High",
"description": "Hight alert urgency",
"position": 1,
"created_at": "2026-01-03T21:24:30.200-08:00",
"updated_at": "2026-01-03T21:24:30.200-08:00"
}
}
}