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
12
13
create
POST /monitoring/v1/alerts
Type
Message
Request
Response
update
PUT /monitoring/v1/alert/{alert_id}
Type
Message
Request
Response
update_state
POST /monitoring/v1/alert/{alert_id}/{access_key}/{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
add_project_dependency
POST /monitoring/v1/alert/{alert_id}/project-dependencies
Type
Message
Request
Response
remove_project_dependency
DELETE /monitoring/v1/alert/{alert_id}/project-dependency/{project_id}
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
AlertInfo
No
Field
Type
Description
1
alert_number
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
11
resource
12
additional_info
13
is_snoozed
bool
14
snoozed_end_time
string
15
escalation_step
16
escalation_ttl
17
responders
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
1
query
❌
2
alert_number
❌
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
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
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
reset_status_message
bool
❌
10
reset_description
bool
❌
11
reset_assignee
bool
❌
12
domain_id
string
✅
UpdateAlertStateRequest
No
Field
Type
Required
Description
1
alert_id
string
✅
2
access_key
string
✅
3
state
string
❌
Last updated