Escalation Policy
Package : spaceone.api.monitoring.v1
EscalationPolicy
EscalationPolicy Methods:
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 |
| ❌ | |
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 | project_id | string | |
7 | tags | ||
8 | domain_id | string | |
9 | created_at | string |
EscalationPolicyQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | escalation_policy_id | string | ❌ | |
3 | name | string | ❌ | |
4 | 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 |
| |
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 |
| ❌ | |
6 | tags | ❌ | ||
7 | domain_id | string | ✅ |
Last updated