List escalation levels
curl --request GET \
--url https://api.rootly.com/v1/escalation_paths/{escalation_policy_path_id}/escalation_levels \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"attributes": {
"escalation_policy_id": "<string>",
"delay": 123,
"position": 123,
"notification_target_params": [
{
"id": "<string>",
"type": "team",
"team_members": "all"
}
],
"escalation_policy_path_id": "<string>",
"paging_strategy_configuration_strategy": "default",
"paging_strategy_configuration_schedule_strategy": "on_call_only",
"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 escalation policy level
Show child attributes
The ID of the escalation policy
Delay before notification targets will be alerted.
Position of the escalation policy level
Escalation level's notification targets
Show child attributes
The ID of notification target
The type of the notification target
team, user, schedule, slack_channel, service For targets with type=team, controls whether to notify admins, all team members, or escalate to team EP.
all, admins, escalate The ID of the dynamic escalation policy path the level will belong to. If nothing is specified it will add the level to your default path.
default, random, cycle, alert on_call_only, everyone Date of creation
Date of last update
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/escalation_paths/{escalation_policy_path_id}/escalation_levels \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"attributes": {
"escalation_policy_id": "<string>",
"delay": 123,
"position": 123,
"notification_target_params": [
{
"id": "<string>",
"type": "team",
"team_members": "all"
}
],
"escalation_policy_path_id": "<string>",
"paging_strategy_configuration_strategy": "default",
"paging_strategy_configuration_schedule_strategy": "on_call_only",
"created_at": "<string>",
"updated_at": "<string>"
}
}
],
"links": {
"self": "<string>",
"first": "<string>",
"prev": "<string>",
"next": "<string>",
"last": "<string>"
}
}