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
POST /monitoring/v1/alert/{alert_id}/{access_key}/{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
add_project_dependency
POST /monitoring/v1/alert/{alert_id}/project-dependencies
remove_project_dependency
DELETE /monitoring/v1/alert/{alert_id}/project-dependency/{project_id}
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
AlertInfo
No
Field
Type
Description
2
alert_id
string
3
title
string
4
state
ALERT_STATE_NONE
TRIGGERED
ACKNOWLEDGED
RESOLVED
ERROR
5
status_message
string
6
description
string
7
assignee
string
8
urgency
ALERT_URGENCY_NONE
HIGH
LOW
9
severity
string
10
rule
string
13
is_snoozed
bool
14
snoozed_end_time
string
18
project_dependencies
list of string
19
triggered_by
string
20
webhook_id
string
21
escalation_policy_id
string
22
project_id
string
23
domain_id
string
24
created_at
string
25
updated_at
string
26
acknowledged_at
string
27
resolved_at
string
28
escalated_at
string
AlertProjectDependencyRequest
No
Field
Type
Required
Description
1
alert_id
string
✅
2
project_id
string
✅
3
domain_id
string
✅
AlertQuery
No
Field
Type
Required
Description
3
alert_id
string
❌
4
title
string
❌
5
state
ALERT_STATE_NONE
TRIGGERED
ACKNOWLEDGED
RESOLVED
ERROR
❌
6
assignee
string
❌
7
urgency
ALERT_URGENCY_NONE
HIGH
LOW
❌
8
severity
string
❌
9
is_snoozed
string
❌
10
resource_id
string
❌
11
triggered_by
string
❌
12
webhook_id
string
❌
13
escalation_policy_id
string
❌
14
project_id
string
❌
15
domain_id
string
✅
AlertRequest
No
Field
Type
Required
Description
1
alert_id
string
✅
2
domain_id
string
✅
AlertResource
No
Field
Type
Description
1
resource_id
string
2
resource_type
string
3
name
string
AlertResponder
No
Field
Type
Description
1
resource_type
string
2
resource_id
string
AlertResponderRequest
No
Field
Type
Required
Description
1
alert_id
string
✅
2
resource_type
string
✅
3
resource_id
string
✅
4
domain_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
✅
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
state
string
❌
4
status_message
string
❌
5
description
string
❌
6
assignee
string
❌
7
urgency
ALERT_URGENCY_NONE
HIGH
LOW
❌
8
project_id
string
❌
9
domain_id
string
✅
UpdateAlertStateRequest
No
Field
Type
Required
Description
1
alert_id
string
✅
2
access_key
string
✅
3
state
string
❌
Last updated