Apache CloudStack 4.20.0.0 Root Admin API Reference
executeWebhookDelivery
Executes a Webhook delivery
Request parameters
Parameter Name | Description | Required |
id | The ID of the Webhook delivery for redelivery | false |
payload | Payload of the Webhook delivery | false |
payloadurl | Payload URL of the Webhook delivery | false |
secretkey | Secret key of the Webhook delivery | false |
sslverification | If set to true then SSL verification will be done for the Webhook delivery otherwise not | false |
webhookid | The ID of the Webhook | false |
Response Tags
Response Name | Description |
id | The ID of the Webhook delivery |
enddate | The end time of the Webhook delivery |
eventid | The ID of the event |
eventtype | The type of the event |
headers | The headers of the webhook delivery |
managementserverid | The ID of the management server which executed delivery |
managementservername | The name of the management server which executed delivery |
payload | The payload of the webhook delivery |
response | The response of the webhook delivery |
startdate | The start time of the Webhook delivery |
success | Whether Webhook delivery succeeded or not |
webhookid | The ID of the Webhook |
webhookname | The name of the Webhook |