Webhook
Package : spaceone.api.monitoring.v1
Webhook
Webhook Methods:
NO
Method
Request Type
Response Type
Description
1
2
3
4
5
6
7
8
9
create
POST /monitoring/v1/webhooks
Type
Message
Request
Response
update
PUT /monitoring/v1/webhook/{webhook_id}
Type
Message
Request
Response
update_plugin
PUT /monitoring/v1/webhook/{webhook_id}/plugin
Type
Message
Request
Response
enable
PUT /monitoring/v1/webhook/{webhook_id}/enable
Type
Message
Request
Response
disable
PUT /monitoring/v1/webhook/{webhook_id}/disable
Type
Message
Request
Response
delete
DELETE /monitoring/v1/webhook/{webhook_id}
Type
Message
Request
Response
get
GET /monitoring/v1/webhook/{webhook_id}
Type
Message
Request
Response
list
GET /monitoring/v1/webhooks
POST /monitoring/v1/webhooks/search
Type
Message
Request
Response
stat
POST /monitoring/v1/webhooks/stat
Type
Message
Request
Response
Message
CreateWebhookRequest
No
Field
Type
Required
Description
1
name
string
✅
2
plugin_info
✅
3
tags
❌
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
❌
3
options
❌
4
domain_id
string
✅
UpdateWebhookRequest
No
Field
Type
Required
Description
1
webhook_id
string
✅
2
name
string
❌
3
tags
❌
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
6
capability
7
plugin_info
8
tags
9
project_id
string
10
domain_id
string
11
created_at
string
WebhookPluginInfo
No
Field
Type
Description
1
plugin_id
string
2
version
string
3
options
4
metadata
WebhookQuery
No
Field
Type
Required
Description
1
query
❌
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
No
Field
Type
Required
Description
1
query
✅
2
domain_id
string
✅
WebhooksInfo
No
Field
Type
Description
1
results
2
total_count
Last updated