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": "1140fa7d-3c94-482c-a72e-a386924e7ed9",
    "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-30T19:46:59.558-07:00",
      "updated_at": "2025-10-30T19:46:59.558-07:00",
      "group_by_alert_title": false,
      "group_by_alert_urgency": false,
      "targets": [
        {
          "id": "93846b8f-4ccf-46be-98dc-c4ab8ec4daea",
          "alert_group_id": "1140fa7d-3c94-482c-a72e-a386924e7ed9",
          "created_at": "2025-10-30T19:46:59.559-07:00",
          "deleted_at": null,
          "target_id": "4b9e85e4-5b46-4da7-affb-84b985a4d896",
          "target_type": "Service",
          "updated_at": "2025-10-30T19:46:59.559-07:00"
        }
      ],
      "attributes": [],
      "conditions": [
        {
          "id": "0dd2764a-5889-48ba-802d-f9517999b915",
          "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-30T19:46:59.560-07:00",
          "updated_at": "2025-10-30T19:46:59.560-07:00",
          "conditionable_type": null,
          "conditionable_id": null
        },
        {
          "id": "831e0113-798e-47d8-b38e-03862e73e712",
          "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-30T19:46:59.561-07:00",
          "updated_at": "2025-10-30T19:46:59.561-07:00",
          "conditionable_type": null,
          "conditionable_id": null,
          "values": [
            {
              "record_id": "53ac9c74-cd60-4e89-b1c7-2489ba13d051",
              "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": "1140fa7d-3c94-482c-a72e-a386924e7ed9",
    "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-30T19:46:59.558-07:00",
      "updated_at": "2025-10-30T19:46:59.558-07:00",
      "group_by_alert_title": false,
      "group_by_alert_urgency": false,
      "targets": [
        {
          "id": "93846b8f-4ccf-46be-98dc-c4ab8ec4daea",
          "alert_group_id": "1140fa7d-3c94-482c-a72e-a386924e7ed9",
          "created_at": "2025-10-30T19:46:59.559-07:00",
          "deleted_at": null,
          "target_id": "4b9e85e4-5b46-4da7-affb-84b985a4d896",
          "target_type": "Service",
          "updated_at": "2025-10-30T19:46:59.559-07:00"
        }
      ],
      "attributes": [],
      "conditions": [
        {
          "id": "0dd2764a-5889-48ba-802d-f9517999b915",
          "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-30T19:46:59.560-07:00",
          "updated_at": "2025-10-30T19:46:59.560-07:00",
          "conditionable_type": null,
          "conditionable_id": null
        },
        {
          "id": "831e0113-798e-47d8-b38e-03862e73e712",
          "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-30T19:46:59.561-07:00",
          "updated_at": "2025-10-30T19:46:59.561-07:00",
          "conditionable_type": null,
          "conditionable_id": null,
          "values": [
            {
              "record_id": "53ac9c74-cd60-4e89-b1c7-2489ba13d051",
              "record_type": "AlertUrgency"
            }
          ]
        }
      ]
    }
  }
}