Request parameters
| Parameter Name | Description | Required |
| account | list resources by account. Must be used with the domainId parameter. | false |
| domainid | list only resources belonging to the domain specified | false |
| id | The ID of the Webhook | false |
| isrecursive | defaults to false, but if true, lists all resources from the parent specified by the domainId till leaves. | false |
| keyword | List by keyword | false |
| listall | If set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is false. Resources dedicated to a project are listed only if using the projectid parameter. | false |
| name | The name of the Webhook | false |
| page | false | |
| pagesize | false | |
| projectid | list objects by project; if projectid=-1 lists All VMs | false |
| scope | The scope of the Webhook | false |
| state | The state of the Webhook | false |
Response Tags
| Response Name | Description |
| id | The ID of the Webhook |
| account | The account associated with the Webhook |
| created | The date when this Webhook was created |
| description | The description of the Webhook |
| domain | The name of the domain in which the Webhook exists |
| domainid | The ID of the domain in which the Webhook exists |
| domainpath | path of the domain to which the Webhook belongs |
| name | The name of the Webhook |
| payloadurl | The payload URL end point for the Webhook |
| project | the project name of the Kubernetes cluster |
| projectid | the project id of the Kubernetes cluster |
| scope | The scope of the Webhook |
| secretkey | The secret key for the Webhook |
| sslverification | Whether SSL verification is enabled for the Webhook |
| state | The state of the Webhook |