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

Response

Message

EventInfo

Field
Type
Description

event_key

string

event_type

string

title

string

description

string

severity

  • NONE

  • CRITICAL

  • ERROR

  • WARNING

  • INFO

  • NOT_AVAILABLE

rule

string

occurred_at

string

additional_info

image_url

string

provider

string

account

string

EventsInfo

Field
Type
Description

ParseRequest

Field
Type
Required
Description

data

Unpredictable data format that comes from Webhook

Last updated