Alert
Package : spaceone.api.monitoring.v1
Alert
Alert Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 | ||||
7 | ||||
8 | ||||
9 | ||||
10 | ||||
11 |
create
POST /monitoring/v1/alerts
Type | Message |
Request | |
Response |
update
PUT /monitoring/v1/alert/{alert_id}
Type | Message |
Request | |
Response |
update_state
PUT /monitoring/v1/alert/{alert_id}/state
Type | Message |
Request | |
Response |
merge
POST /monitoring/v1/alerts/merge
Type | Message |
Request | |
Response |
snooze
POST /monitoring/v1/alert/{alert_id}/snooze
Type | Message |
Request | |
Response |
add_responder
POST /monitoring/v1/alert/{alert_id}/responders
Type | Message |
Request | |
Response |
remove_responder
DELETE /monitoring/v1/alert/{alert_id}/responders
Type | Message |
Request | |
Response |
delete
DELETE /monitoring/v1/alert/{alert_id}
Type | Message |
Request | |
Response |
get
GET /monitoring/v1/alert/{alert_id}
Type | Message |
Request | |
Response |
list
GET /monitoring/v1/alerts
POST /monitoring/v1/alerts/search
Type | Message |
Request | |
Response |
stat
POST /monitoring/v1/alerts/stat
Type | Message |
Request | |
Response |
Message
AddAlertResponderRequest
No | Field | Type | Required | Description |
1 | alert_id | string | ✅ | |
2 | resource_type | string | ✅ | |
3 | resource_id | string | ✅ | |
4 | domain_id | string | ✅ |
AlertInfo
No | Field | Type | Description |
1 | alert_number | string | |
2 | alert_id | string | |
3 | title | string | |
4 | state |
| |
5 | status_message | string | |
6 | description | string | |
7 | assignee | string | |
8 | urgency |
| |
9 | severity | string | |
10 | is_snoozed | bool | |
11 | snoozed_end_time | string | |
12 | escalation_level | string | |
13 | escalation_ttl | ||
14 | responders | ||
15 | webhook_id | string | |
16 | escalation_policy_id | string | |
17 | project_id | string | |
18 | domain_id | string | |
19 | created_at | string | |
20 | updated_at | string | |
21 | acknowledged_at | string | |
22 | resolved_at | string | |
23 | escalated_at | string |
AlertQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | alert_number | string | ❌ | |
3 | alert_id | string | ❌ | |
4 | title | string | ❌ | |
5 | state |
| ❌ | |
6 | assignee | string | ❌ | |
7 | urgency |
| ❌ | |
8 | severity | string | ❌ | |
9 | is_snoozed | string | ❌ | |
10 | webhook_id | string | ❌ | |
11 | escalation_policy_id | string | ❌ | |
12 | project_id | string | ❌ | |
13 | domain_id | string | ✅ |
AlertRequest
No | Field | Type | Required | Description |
1 | alert_id | string | ✅ | |
2 | domain_id | string | ✅ |
AlertResponder
No | Field | Type | Description |
1 | resource_type | string | |
2 | resource_id | string |
AlertStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
AlertsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
CreateAlertRequest
No | Field | Type | Required | Description |
1 | title | string | ✅ | |
2 | description | string | ❌ | |
3 | assignee | string | ❌ | |
4 | urgency |
| ❌ | |
5 | project_id | string | ✅ | |
6 | domain_id | string | ✅ |
GetAlertRequest
No | Field | Type | Required | Description |
1 | alert_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | list of string | ❌ |
MergeAlertRequest
No | Field | Type | Required | Description |
1 | alerts | list of string | ✅ | |
2 | merge_to | string | ✅ | |
3 | domain_id | string | ✅ |
RemoveAlertResponderRequest
No | Field | Type | Required | Description |
1 | alert_id | string | ✅ | |
2 | resource_type | string | ✅ | |
3 | resource_id | string | ✅ | |
4 | domain_id | string | ✅ |
SnoozeAlertRequest
No | Field | Type | Required | Description |
1 | alert_id | string | ✅ | |
2 | end_time | string | ✅ | |
3 | domain_id | string | ✅ |
UpdateAlertRequest
No | Field | Type | Required | Description |
1 | alert_id | string | ✅ | |
2 | title | string | ❌ | |
3 | status_message | string | ❌ | |
4 | description | string | ❌ | |
5 | assignee | string | ❌ | |
6 | urgency |
| ❌ | |
7 | domain_id | string | ✅ |
UpdateAlertStateRequest
No | Field | Type | Required | Description |
1 | alert_id | string | ✅ | |
2 | state |
| ✅ | |
3 | status_message | string | ❌ | |
4 | domain_id | string | ✅ |
Last updated