[
{
"id": "EP123456",
"html_url": "https://pagerduty.com/escalation_policies/EP123456",
"summary": "Test Escalation Policy",
"name": "Test Escalation Policy",
"escalation_rules": [
{
"id": "ER789012",
"escalation_delay_in_minutes": 60,
"targets": [
{
"id": "SCH345678",
"summary": "Primary On-Call",
"html_url": "https://pagerduty.com/schedules/SCH345678"
}
]
}
],
"services": [
{
"id": "SRV567890",
"summary": "Test Service",
"html_url": "https://pagerduty.com/service-directory/SRV567890"
}
],
"num_loops": 3,
"teams": [
{
"id": "TM112233",
"summary": "Engineering Team",
"html_url": "https://pagerduty.com/teams/TM112233"
}
],
"description": "Test escalation policy."
}
]