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
CreateProjectAlertConfigRequest
No | Field | Type | Required | Description |
1 | project_id | string | ✅ | |
2 | escalation_policy_id | string | ❌ | |
3 | notification_options | ❌ | ||
4 | domain_id | string | ✅ |
GetProjectAlertConfigRequest
No | Field | Type | Required | Description |
1 | project_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | list of string | ❌ |
NotificationOptions
No | Field | Type | Description |
1 | urgency |
|
ProjectAlertConfigInfo
No | Field | Type | Description |
1 | project_id | string | |
2 | notification_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 | notification_options | ❌ | ||
4 | domain_id | string | ✅ |
Last updated