Event Rule
Package : spaceone.api.monitoring.v1
EventRule
EventRule Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 | ||||
7 |
create
POST /monitoring/v1/event-rules
Type | Message |
Request | |
Response |
update
PUT /monitoring/v1/event-rule/{event_rule_id}
Type | Message |
Request | |
Response |
change_order
PUT /monitoring/v1/event-rule/{event_rule_id}/order
Type | Message |
Request | |
Response |
delete
DELETE /monitoring/v1/event-rule/{event_rule_id}
Type | Message |
Request | |
Response |
get
GET /monitoring/v1/event-rule/{event_rule_id}
Type | Message |
Request | |
Response |
list
GET /monitoring/v1/event-rules
POST /monitoring/v1/event-rules/search
Type | Message |
Request | |
Response |
stat
POST /monitoring/v1/event-rules/stat
Type | Message |
Request | |
Response |
Message
ChangeEventRuleOrderRequest
No | Field | Type | Required | Description |
1 | event_rule_id | string | ✅ | |
2 | order | ✅ | ||
3 | domain_id | string | ✅ |
CreateEventRuleRequest
No | Field | Type | Required | Description |
1 | name | string | ✅ | |
2 | conditions | ✅ | ||
3 | conditions_policy |
| ✅ | |
4 | actions | ✅ | ||
5 | options | ❌ | ||
6 | project_id | string | ❌ | |
7 | tags | ❌ | ||
8 | domain_id | string | ✅ |
EventRuleActionResponder
No | Field | Type | Description |
1 | resource_type | string | |
2 | resource_id | string |
EventRuleActions
No | Field | Type | Description |
1 | change_assignee | string | |
2 | change_urgency | string | |
3 | change_project | string | |
4 | add_project_dependency | list of string | |
5 | add_responder | ||
6 | add_additional_info | ||
7 | no_notification | bool |
EventRuleCondition
No | Field | Type | Description |
1 | key | string | |
2 | value | string | |
3 | operator | string |
EventRuleInfo
No | Field | Type | Description |
1 | event_rule_id | string | |
2 | name | string | |
3 | order | ||
4 | conditions | ||
5 | conditions_policy |
| |
6 | actions | ||
7 | options | ||
8 | scope |
| |
9 | project_id | string | |
10 | tags | ||
11 | domain_id | string | |
12 | created_at | string |
EventRuleOptions
No | Field | Type | Description |
1 | stop_processing | bool |
EventRuleQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | event_rule_id | string | ❌ | |
3 | name | string | ❌ | |
4 | scope |
| ❌ | |
5 | project_id | string | ❌ | |
6 | domain_id | string | ✅ |
EventRuleRequest
No | Field | Type | Required | Description |
1 | event_rule_id | string | ✅ | |
2 | domain_id | string | ✅ |
EventRuleStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
EventRulesInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
GetEventRuleRequest
No | Field | Type | Required | Description |
1 | event_rule_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | list of string | ❌ |
UpdateEventRuleRequest
No | Field | Type | Required | Description |
1 | event_rule_id | string | ✅ | |
2 | name | string | ❌ | |
3 | conditions | ❌ | ||
4 | conditions_policy |
| ❌ | |
5 | actions | ❌ | ||
6 | options | ❌ | ||
7 | tags | ❌ | ||
8 | domain_id | string | ✅ |
Last updated