Webhook
A Webhook is a plugin receiving data from external monitoring systems.
Package : spaceone.api.monitoring.plugin
Webhook
Webhook Methods:
Method | Request | Response |
---|---|---|
init
Verifies a specific Webhook. You must specify the parameter secret_data
, encrypted account data of the Webhook to validate.
verify
Initializes a specific Webhook. During initialization, the Webhook information to be passed to the Webhook user is delivered as metadata
. Webhook information includes its name and version.
Message
WebhookInitRequest
options (Struct)
Required
WebhookPluginInfo
metadata (Struct)
Required
WebhookPluginVerifyRequest
options (Struct)
Required
Last updated