Webhook
Package : spaceone.api.monitoring.v1
Webhook
Webhook Methods:
NO
Method
Request Type
Response Type
Description
create
POST /monitoring/v1/webhooks
update
PUT /monitoring/v1/webhook/{webhook_id}
update_plugin
PUT /monitoring/v1/webhook/{webhook_id}/plugin
verify_plugin
POST /monitoring/v1/webhook/{webhook_id}/plugin/verify
enable
PUT /monitoring/v1/webhook/{webhook_id}/enable
disable
PUT /monitoring/v1/webhook/{webhook_id}/disable
delete
DELETE /monitoring/v1/webhook/{webhook_id}
get
GET /monitoring/v1/webhook/{webhook_id}
list
GET /monitoring/v1/webhooks
POST /monitoring/v1/webhooks/search
stat
POST /monitoring/v1/webhooks/stat
Message
CreateWebhookRequest
No
Field
Type
Required
Description
1
name
string
✅
4
project_id
string
✅
5
domain_id
string
✅
GetWebhookRequest
No
Field
Type
Required
Description
1
webhook_id
string
✅
2
domain_id
string
✅
3
only
list of string
❌
UpdateWebhookPluginRequest
No
Field
Type
Required
Description
1
webhook_id
string
✅
2
version
string
❌
4
upgrade_mode
NONE
MANUAL
AUTO
❌
5
domain_id
string
✅
UpdateWebhookRequest
No
Field
Type
Required
Description
1
webhook_id
string
✅
2
name
string
❌
4
domain_id
string
✅
WebhookInfo
No
Field
Type
Description
1
webhook_id
string
2
name
string
3
state
NONE
ENABLED
DISABLED
4
access_key
string
5
webhook_url
string
9
project_id
string
10
domain_id
string
11
created_at
string
WebhookPluginInfo
No
Field
Type
Description
1
plugin_id
string
2
version
string
5
upgrade_mode
NONE
MANUAL
AUTO
WebhookQuery
No
Field
Type
Required
Description
2
webhook_id
string
❌
3
name
string
❌
4
state
NONE
ENABLED
DISABLED
❌
5
access_key
string
❌
6
webhook_url
string
❌
7
project_id
string
❌
8
domain_id
string
✅
WebhookRequest
No
Field
Type
Required
Description
1
webhook_id
string
✅
2
domain_id
string
✅
WebhookStatQuery
WebhooksInfo
Last updated