Request
POST https://{hostname}:{port}
/cli/application/{application}/webhooks?{parameters}
Accept: {contentType}
Table 1. Request parameters
Parameter |
Type |
Required |
Description |
webhookTemplate |
string |
true |
Id or name of webhook template |
url |
string |
true |
Url for the webhook |
environment |
string |
true |
Id of environment to add the webhook to. This can be repeated for multiple environments. |
webhookProxyHost |
string |
false |
Host name of http proxy. Default ${p?:system/proxyHost}. |
webhookProxyPort |
string |
false |
Port of http proxy. Default ${p?:system/proxyPort}. |
Table 2. URL parameters
Parameter |
Type |
Required |
Description |
application |
string |
true |
Id or name of application |