notification.webhook.test.request

notification.webhook.test.request
notification.webhook.test.request
JSON Example
{
    "proxyId": "string",
    "URLs": [
        {}
    ],
    "destinationApp": "string",
    "contentType": "string",
    "payload": "string",
    "headers": "string",
    "acceptCert": false,
    "sendIndividualLogs": false
}
string
proxyId
Optional

Webhook configuration ID.

array of URLs
URLs
Required

Webhook configuration URLs.

string
destinationApp
Optional

Webhook configuration destination. Possible values are - pagerduty, slack, vro, custom.

string
contentType
Optional

Webhook configuration content type for sending data to webhook destination. Possible values are - json, xml.

string
payload
Optional

Webhook configuration payload for sending data to webhook destination.

string
headers
Optional

Webhook configuration name.

boolean
acceptCert
Optional

Webhook configuration destination certificate trust policy.

boolean
sendIndividualLogs
Optional

Webhook configuration for sending individual or combined notification for logs.