notification.webhook.put.request

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

Web proxy configuration ID.

array of string
URLs
Optional

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
name
Optional

Webhook configuration name.

string
headers
Optional

Webhook configuration headers for sending data to webhook destination.

boolean
acceptCert
Optional

Webhook configuration destination certificate trust policy.

boolean
sendIndividualLogs
Optional

Webhook configuration for sending individual or combined notification for logs.