Event
An Event is data created by an external monitoring system and collected by a Webhook plugin.
Package : spaceone.api.monitoring.plugin
Event
Event Methods:
Method | Request | Response |
---|---|---|
parse
Parses a specific Event resource and transforms the resource from external data collected to data available in Cloudforet internally. The
parse
method standardizes all different data from external monitoring systems.
Type | Message |
---|---|
Request | |
Response |
Message
EventInfo
Field | Type | Description |
---|---|---|
event_key | string | |
event_type | string | |
title | string | |
description | string | |
severity |
| |
resource | ||
rule | string | |
occurred_at | string | |
additional_info | ||
image_url | string | |
provider | string | |
account | string |
EventsInfo
Field | Type | Description |
---|---|---|
results |
ParseRequest
Field | Type | Required | Description |
---|---|---|---|
options | ✔ | ||
data | ✔ | Unpredictable data format that comes from Webhook |
Last updated