Webhook #
Package : spaceone.api.alert_manager.v1
Webhook #
Webhook Methods:
create #
POST /monitoring/v1/webhook/create
update #
POST /monitoring/v1/webhook/update
update_plugin #
POST /monitoring/v1/webhook/update-plugin
verify_plugin #
POST /monitoring/v1/webhook/verify-plugin
enable #
POST /monitoring/v1/webhook/enable
disable #
POST /monitoring/v1/webhook/disable
delete #
POST /monitoring/v1/webhook/delete
get #
POST /monitoring/v1/webhook/get
list #
POST /monitoring/v1/webhook/list
stat #
POST /monitoring/v1/webhook/stat
Message #
WebhookCreateRequest #
name (string)
Required
plugin_info (WebhookPluginInfo)
Required
service_id (string)
Required
tags (Struct)
WebhookInfo #
webhook_id (string)
Required
name (string)
Required
state (WebhookState)
Required
access_key (string)
Required
webhook_url (string)
Required
plugin_info (WebhookPluginInfo)
Required
tags (Struct)
Required
requests (WebhookRequests)
Required
service_id (string)
Required
workspace_id (string)
Required
domain_id (string)
Required
created_at (string)
Required
WebhookPluginInfo #
plugin_id (string)
Required
version (string)
Required
options (Struct)
Required
metadata (Struct)
Required
upgrade_mode (UpgradeMode)
Required
WebhookQuery #
query (Query)
webhook_id (string)
name (string)
state (WebhookState)
access_key (string)
workspace_id (string)
service_id (string)
WebhookRequest #
webhook_id (string)
Required
WebhookRequests #
total (int64)
Required
error (int64)
Required
WebhookStatQuery #
query (StatisticsQuery)
Required
WebhookUpdatePluginRequest #
webhook_id (string)
Required
version (string)
options (Struct)
upgrade_mode (UpgradeMode)
WebhookUpdateRequest #
webhook_id (string)
Required
name (string)
tags (Struct)
WebhooksInfo #
results (WebhookInfo)
Repeated
Required
total_count (int32)
Required