Event
Package : spaceone.api.monitoring.v1
Event
Event Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 |
create
POST /monitoring/v1/webhook/{webhook_id}/{access_key}/events
Type | Message |
Request | |
Response |
get
GET /monitoring/v1/event/{event_id}
Type | Message |
Request | |
Response |
list
GET /monitoring/v1/events
POST /monitoring/v1/events/search
Type | Message |
Request | |
Response |
stat
POST /monitoring/v1/events/stat
Type | Message |
Request | |
Response |
Message
CreateEventRequest
No | Field | Type | Required | Description |
1 | webhook_id | string | ✅ | |
2 | access_key | string | ✅ | |
3 | data | ✅ |
EventInfo
No | Field | Type | Description |
1 | event_id | string | |
2 | event_key | string | |
3 | event_type | string | |
4 | title | string | |
5 | description | string | |
6 | severity | string | |
7 | rule | string | |
8 | resource | ||
9 | raw_data | ||
10 | additional_info | ||
11 | alert_id | string | |
12 | webhook_id | string | |
13 | project_id | string | |
14 | domain_id | string | |
15 | created_at | string | |
16 | occurred_at | string |
EventQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | event_id | string | ❌ | |
3 | event_key | string | ❌ | |
4 | event_type | string | ❌ | |
5 | severity | string | ❌ | |
6 | resource_id | string | ❌ | |
7 | alert_id | string | ❌ | |
8 | webhook_id | string | ❌ | |
9 | project_id | string | ❌ | |
10 | domain_id | string | ❌ |
EventResource
No | Field | Type | Description |
1 | resource_id | string | |
2 | resource_type | string | |
3 | name | string |
EventStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
EventsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
GetEventRequest
No | Field | Type | Required | Description |
1 | event_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | list of string | ❌ |
Last updated