Project Alert Config
Package : spaceone.api.monitoring.v1
ProjectAlertConfig
ProjectAlertConfig Methods:
NO
Method
Request Type
Response Type
Description
1
2
3
4
5
6
create
POST /monitoring/v1/project-alert-configs
Type
Message
Request
Response
update
PUT /monitoring/v1/project-alert-config/{project_alert_config_id}
Type
Message
Request
Response
delete
DELETE /monitoring/v1/project-alert-config/{project_alert_config_id}
Type
Message
Request
Response
get
GET /monitoring/v1/project-alert-config/{project_alert_config_id}
Type
Message
Request
Response
list
GET /monitoring/v1/project-alert-configs
POST /monitoring/v1/project-alert-configs/search
Type
Message
Request
Response
stat
POST /monitoring/v1/project-alert-configs/stat
Type
Message
Request
Response
Message
AlertOptions
No
Field
Type
Description
1
notification_urgency
URGENCY_NONE
ALL
HIGH_ONLY
2
recovery_mode
RECOVERY_NONE
AUTO
MANUAL
CreateProjectAlertConfigRequest
No
Field
Type
Required
Description
1
project_id
string
✅
2
escalation_policy_id
string
❌
3
options
❌
4
domain_id
string
✅
GetProjectAlertConfigRequest
No
Field
Type
Required
Description
1
project_id
string
✅
2
domain_id
string
✅
3
only
list of string
❌
ProjectAlertConfigInfo
No
Field
Type
Description
1
project_id
string
2
options
3
escalation_policy_info
4
domain_id
string
5
created_at
string
ProjectAlertConfigQuery
No
Field
Type
Required
Description
1
query
❌
2
project_id
string
❌
3
escalation_policy_id
string
❌
4
domain_id
string
✅
ProjectAlertConfigRequest
No
Field
Type
Required
Description
1
project_id
string
✅
2
domain_id
string
✅
ProjectAlertConfigStatQuery
No
Field
Type
Required
Description
1
query
✅
2
domain_id
string
✅
ProjectAlertConfigsInfo
No
Field
Type
Description
1
results
2
total_count
UpdateProjectAlertConfigRequest
No
Field
Type
Required
Description
1
project_id
string
✅
2
escalation_policy_id
string
❌
3
options
❌
4
domain_id
string
✅
Last updated