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.
Type | Message |
---|---|
Request | |
Response |
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.
Type | Message |
---|---|
Request | |
Response |
Message
WebhookInitRequest
Field | Type | Required | Description |
---|---|---|---|
options | ✔ |
WebhookPluginInfo
Field | Type | Description |
---|---|---|
metadata |
WebhookPluginVerifyRequest
Field | Type | Required | Description |
---|---|---|---|
options | ✔ |
Last updated