Project Alert Config
A ProjectAlertConfig is a resource to set the alert policies for a Project.
ProjectAlertConfig
Method
Request
Response
create
Type
Message
{
"project_id": "project-dee2a81d4859",
"escalation_policy_id": "ep-b441abe04ca9",
"options": {
"notification_urgency": "ALL",
"recovery_mode": "AUTO"
},
"domain_id": "domain-58010aa2e451"
}{
"project_id": "project-dee2a81d4859",
"options": {
"notification_urgency": "ALL",
"recovery_mode": "AUTO"
},
"escalation_policy_info": {
"escalation_policy_id": "ep-b441abe04ca9",
"name": "Global New Policy"
},
"domain_id": "domain-58010aa2e451",
"created_at": "2022-06-27T05:12:22.998Z"
}update
Type
Message
delete
Type
Message
get
Type
Message
list
Type
Message
stat
Type
Message
Message
AlertOptions
Field
Type
Description
CreateProjectAlertConfigRequest
Field
Type
Required
Description
GetProjectAlertConfigRequest
Field
Type
Required
Description
ProjectAlertConfigInfo
Field
Type
Description
ProjectAlertConfigQuery
Field
Type
Required
Description
ProjectAlertConfigRequest
Field
Type
Required
Description
ProjectAlertConfigStatQuery
Field
Type
Required
Description
ProjectAlertConfigsInfo
Field
Type
Description
UpdateProjectAlertConfigRequest
Field
Type
Required
Description
Last updated