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:

MethodRequestResponse

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.

TypeMessage

Request

Response

Message

EventInfo

FieldTypeDescription

event_key

string

event_type

string

title

string

description

string

severity

  • NONE

  • CRITICAL

  • ERROR

  • WARNING

  • INFO

  • NOT_AVAILABLE

resource

rule

string

occurred_at

string

additional_info

image_url

string

provider

string

account

string

EventsInfo

FieldTypeDescription

results

ParseRequest

FieldTypeRequiredDescription

options

data

Unpredictable data format that comes from Webhook

Last updated