Alert
Package : spaceone.api.monitoring.v1
Alert
Alert Methods:
NO
Method
Request Type
Response Type
Description
create
POST /monitoring/v1/alerts
update
PUT /monitoring/v1/alert/{alert_id}
update_state
PUT /monitoring/v1/alert/{alert_id}/state
merge
POST /monitoring/v1/alerts/merge
snooze
POST /monitoring/v1/alert/{alert_id}/snooze
add_responder
POST /monitoring/v1/alert/{alert_id}/responders
remove_responder
DELETE /monitoring/v1/alert/{alert_id}/responders
delete
DELETE /monitoring/v1/alert/{alert_id}
get
GET /monitoring/v1/alert/{alert_id}
list
GET /monitoring/v1/alerts
POST /monitoring/v1/alerts/search
stat
POST /monitoring/v1/alerts/stat
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
ALERT_STATE_NONE
TRIGGERED
ACKNOWLEDGED
RESOLVED
5
status_message
string
6
description
string
7
assignee
string
8
urgency
ALERT_URGENCY_NONE
HIGH
LOW
9
severity
string
10
is_snoozed
bool
11
snoozed_end_time
string
12
escalation_level
string
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
2
alert_number
string
❌
3
alert_id
string
❌
4
title
string
❌
5
state
ALERT_STATE_NONE
TRIGGERED
ACKNOWLEDGED
RESOLVED
❌
6
assignee
string
❌
7
urgency
ALERT_URGENCY_NONE
HIGH
LOW
❌
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
AlertsInfo
CreateAlertRequest
No
Field
Type
Required
Description
1
title
string
✅
2
description
string
❌
3
assignee
string
❌
4
urgency
ALERT_URGENCY_NONE
HIGH
LOW
❌
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
ALERT_URGENCY_NONE
HIGH
LOW
❌
7
domain_id
string
✅
UpdateAlertStateRequest
No
Field
Type
Required
Description
1
alert_id
string
✅
2
state
ALERT_STATE_NONE
TRIGGERED
ACKNOWLEDGED
RESOLVED
✅
3
status_message
string
❌
4
domain_id
string
✅
Last updated