Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/vnd.api+json
Response
alert group created with conditions
Creates a new alert group
curl --request POST \
--url https://api.rootly.com/v1/alert_groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "alert_groups",
"attributes": {
"name": "<string>",
"description": "<string>",
"time_window": 123,
"targets": [
{
"target_type": "Group",
"target_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
],
"attributes": [
{
"json_path": "<string>"
}
],
"group_by_alert_title": 1,
"group_by_alert_urgency": 1,
"condition_type": "all",
"conditions": [
{
"property_field_type": "attribute",
"property_field_name": "<string>",
"property_field_condition_type": "is_one_of",
"property_field_value": "<string>",
"property_field_values": [
"<string>"
],
"alert_urgency_ids": [
"<string>"
],
"conditionable_type": "AlertField",
"conditionable_id": "<string>"
}
]
}
}
}'
{
"data": {
"id": "e8853c0f-3c9a-4037-a5a5-1edcc2b2f863",
"type": "alert_groups",
"attributes": {
"name": "Test alert group",
"slug": "test-alert-group",
"description": null,
"time_window": 10,
"condition_type": "any",
"deleted_at": null,
"created_at": "2025-10-07T17:04:31.454-07:00",
"updated_at": "2025-10-07T17:04:31.454-07:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "2db780c3-ff7d-4066-a247-ca198febe6b5",
"alert_group_id": "e8853c0f-3c9a-4037-a5a5-1edcc2b2f863",
"created_at": "2025-10-07T17:04:31.459-07:00",
"deleted_at": null,
"target_id": "9a2e4930-8727-4fbe-ae6c-1f4935cd93b9",
"target_type": "Service",
"updated_at": "2025-10-07T17:04:31.459-07:00"
}
],
"attributes": [],
"conditions": [
{
"id": "7bb20c3d-e2bb-470e-931f-d533d66593bd",
"property_field_condition_type": "is_one_of",
"property_field_name": "description",
"property_field_type": "attribute",
"property_field_value": null,
"property_field_values": [
"Test description"
],
"created_at": "2025-10-07T17:04:31.464-07:00",
"updated_at": "2025-10-07T17:04:31.464-07:00",
"conditionable_type": null,
"conditionable_id": null
},
{
"id": "cc2b2181-98a8-4077-b4c6-30f215746c57",
"property_field_condition_type": "is_one_of",
"property_field_name": "alert_urgency",
"property_field_type": "attribute",
"property_field_value": null,
"property_field_values": [],
"created_at": "2025-10-07T17:04:31.469-07:00",
"updated_at": "2025-10-07T17:04:31.469-07:00",
"conditionable_type": null,
"conditionable_id": null,
"values": [
{
"record_id": "838c8af0-9142-4531-9d4d-71b55c9c8551",
"record_type": "AlertUrgency"
}
]
}
]
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Show child attributes
alert group created with conditions
Show child attributes
Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/alert_groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "alert_groups",
"attributes": {
"name": "<string>",
"description": "<string>",
"time_window": 123,
"targets": [
{
"target_type": "Group",
"target_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
],
"attributes": [
{
"json_path": "<string>"
}
],
"group_by_alert_title": 1,
"group_by_alert_urgency": 1,
"condition_type": "all",
"conditions": [
{
"property_field_type": "attribute",
"property_field_name": "<string>",
"property_field_condition_type": "is_one_of",
"property_field_value": "<string>",
"property_field_values": [
"<string>"
],
"alert_urgency_ids": [
"<string>"
],
"conditionable_type": "AlertField",
"conditionable_id": "<string>"
}
]
}
}
}'
{
"data": {
"id": "e8853c0f-3c9a-4037-a5a5-1edcc2b2f863",
"type": "alert_groups",
"attributes": {
"name": "Test alert group",
"slug": "test-alert-group",
"description": null,
"time_window": 10,
"condition_type": "any",
"deleted_at": null,
"created_at": "2025-10-07T17:04:31.454-07:00",
"updated_at": "2025-10-07T17:04:31.454-07:00",
"group_by_alert_title": false,
"group_by_alert_urgency": false,
"targets": [
{
"id": "2db780c3-ff7d-4066-a247-ca198febe6b5",
"alert_group_id": "e8853c0f-3c9a-4037-a5a5-1edcc2b2f863",
"created_at": "2025-10-07T17:04:31.459-07:00",
"deleted_at": null,
"target_id": "9a2e4930-8727-4fbe-ae6c-1f4935cd93b9",
"target_type": "Service",
"updated_at": "2025-10-07T17:04:31.459-07:00"
}
],
"attributes": [],
"conditions": [
{
"id": "7bb20c3d-e2bb-470e-931f-d533d66593bd",
"property_field_condition_type": "is_one_of",
"property_field_name": "description",
"property_field_type": "attribute",
"property_field_value": null,
"property_field_values": [
"Test description"
],
"created_at": "2025-10-07T17:04:31.464-07:00",
"updated_at": "2025-10-07T17:04:31.464-07:00",
"conditionable_type": null,
"conditionable_id": null
},
{
"id": "cc2b2181-98a8-4077-b4c6-30f215746c57",
"property_field_condition_type": "is_one_of",
"property_field_name": "alert_urgency",
"property_field_type": "attribute",
"property_field_value": null,
"property_field_values": [],
"created_at": "2025-10-07T17:04:31.469-07:00",
"updated_at": "2025-10-07T17:04:31.469-07:00",
"conditionable_type": null,
"conditionable_id": null,
"values": [
{
"record_id": "838c8af0-9142-4531-9d4d-71b55c9c8551",
"record_type": "AlertUrgency"
}
]
}
]
}
}
}