Webhook #
Package : spaceone.api.alert_manager.v1
Webhook #
Webhook Methods:
create #
POST /alert-manager/v1/webhook/create
update #
POST /alert-manager/v1/webhook/update
update_message_format #
POST /alert-manager/v1/webhook/update-message-format
update_plugin #
POST /alert-manager/v1/webhook/update-plugin
enable #
POST /alert-manager/v1/webhook/enable
disable #
POST /alert-manager/v1/webhook/disable
delete #
POST /alert-manager/v1/webhook/delete
get #
POST /alert-manager/v1/webhook/get
list #
POST /alert-manager/v1/webhook/list
list_errors #
POST /alert-manager/v1/webhook/list-errors
stat #
POST /alert-manager/v1/webhook/stat
Message #
WebhookCreateRequest #
name (string)
Requiredplugin_info (WebhookPluginInfo)
Requiredmessage_formats (WebhookMessageFormat)
RepeatedRequiredservice_id (string)
Requiredtags (Struct)
WebhookErrorInfo #
error_id (string)
Requiredmessage (string)
Requiredraw_data (Struct)
Requireddomain_id (string)
Requiredworkspace_id (string)
Requiredservice_id (string)
Requiredwebhook_id (string)
Requiredcreated_at (string)
Required
WebhookErrorSearchQuery #
webhook_id (string)
Requiredquery (Query)
error_id (string)
WebhookErrorsInfo #
results (WebhookErrorInfo)
RepeatedRequiredtotal_count (int32)
Required
WebhookInfo #
webhook_id (string)
Requiredname (string)
Requiredstate (WebhookState)
Requiredaccess_key (string)
Requiredwebhook_url (string)
Requiredplugin_info (WebhookPluginInfo)
Requiredrequests (WebhookRequests)
Requiredmessage_formats (WebhookMessageFormat)
RepeatedRequiredtags (Struct)
Requireddomain_id (string)
Requiredworkspace_id (string)
Requiredservice_id (string)
Requiredcreated_at (string)
Required
WebhookMessageFormat #
from (string)
Requiredto (string)
Required
WebhookMessageFormatUpdateRequest #
webhook_id (string)
Requiredmessage_formats (WebhookMessageFormat)
RepeatedRequired
WebhookPluginInfo #
plugin_id (string)
Requiredmetadata (Struct)
Requiredversion (string)
options (Struct)
upgrade_mode (WebhookUpgradeMode)
WebhookRequest #
webhook_id (string)
Required
WebhookRequests #
total (int64)
Requirederror (int64)
Required
WebhookSearchQuery #
query (Query)
webhook_id (string)
name (string)
state (WebhookState)
access_key (string)
workspace_id (string)
service_id (string)
WebhookStatQuery #
query (StatisticsQuery)
Required
WebhookUpdatePluginRequest #
webhook_id (string)
Requiredversion (string)
options (Struct)
upgrade_mode (WebhookUpgradeMode)
WebhookUpdateRequest #
webhook_id (string)
Requiredname (string)
tags (Struct)
WebhooksInfo #
results (WebhookInfo)
RepeatedRequiredtotal_count (int32)
Required