Escalation Policy
Package : spaceone.api.monitoring.v1
EscalationPolicy
NO
Method
Request Type
Response Type
Description
1
2
3
4
5
6
7
create
POST /monitoring/v1/escalation-policies
Type
Message
Request
Response
update
PUT /monitoring/v1/escalation-policy/{escalation_policy_id}
Type
Message
Request
Response
set_default
PUT /monitoring/v1/escalation-policy/{escalation_policy_id}/set-default
Type
Message
Request
Response
delete
DELETE /monitoring/v1/escalation-policy/{escalation_policy_id}
Type
Message
Request
Response
get
GET /monitoring/v1/escalation-policy/{escalation_policy_id}
Type
Message
Request
Response
list
GET /monitoring/v1/escalation-policies
POST /monitoring/v1/escalation-policies/search
Type
Message
Request
Response
stat
POST /monitoring/v1/escalation-policies/stat
Type
Message
Request
Response
Message
CreateEscalationPolicyRequest
No
Field
Type
Required
Description
1
name
string
✅
2
rules
✅
3
repeat_count
❌
4
finish_condition
NONE
ACKNOWLEDGED
RESOLVED
❌
5
project_id
string
❌
6
tags
❌
7
domain_id
string
✅
EscalationPoliciesInfo
No
Field
Type
Description
1
results
2
total_count
EscalationPolicyInfo
No
Field
Type
Description
1
escalation_policy_id
string
2
name
string
3
is_default
bool
4
rules
5
repeat_count
6
finish_condition
NONE
ACKNOWLEDGED
RESOLVED
7
scope
SCOPE_NONE
GLOBAL
PROJECT
8
project_id
string
9
tags
10
domain_id
string
11
created_at
string
EscalationPolicyQuery
No
Field
Type
Required
Description
1
query
❌
2
escalation_policy_id
string
❌
3
name
string
❌
4
is_default
bool
❌
5
finish_condition
NONE
ACKNOWLEDGED
RESOLVED
❌
6
scope
SCOPE_NONE
GLOBAL
PROJECT
❌
7
project_id
string
❌
8
domain_id
string
✅
EscalationPolicyRequest
No
Field
Type
Required
Description
1
escalation_policy_id
string
✅
2
domain_id
string
✅
EscalationPolicyRule
No
Field
Type
Description
1
notification_level
NONE
ALL
LV1
LV2
LV3
LV4
LV5
2
escalate_minutes
EscalationPolicyStatQuery
No
Field
Type
Required
Description
1
query
✅
2
domain_id
string
✅
GetEscalationPolicyRequest
No
Field
Type
Required
Description
1
escalation_policy_id
string
✅
2
domain_id
string
✅
3
only
list of string
❌
UpdateEscalationPolicyRequest
No
Field
Type
Required
Description
1
escalation_policy_id
string
✅
2
name
string
❌
3
rules
❌
4
repeat_count
❌
5
finish_condition
NONE
ACKNOWLEDGED
RESOLVED
❌
6
tags
❌
7
domain_id
string
✅
Last updated
Was this helpful?