Create Webhook Payload Parameter
DescriptionYou can configure a webhook to send alert notifications to a remote web server. Webhooks provide notifications over HTTP POST
Request
URLURL
Request Body
{
"payloadParameters": {
"key": {
"description": "string",
"exampleString": "string",
"isRequired": false
}
},
"template": "ALERT"
}
Template for notification types, which includes: ALERT, SYSTEM_ALERT
Possible values are: ALERT , SYSTEM_ALERT
Authentication
Response
Response BodyResponse Body
200 OK
Response body may vary based on the type of template you select. for ALERT template, possible keys are description, name, resultsUrl, severity, sourceInfo, triggeredAt, additionalInfo, additionalInfoJson, alertType, hitCount, hitOperator, recommendations, searchPeriod. and for SYSTEM_ALERT template, possible keys are details, eventType, incidentKey, name, sourceInfo, status, triggeredAt, triggeredAtMillis
{
"payloadParameters": {
"key": {
"description": "string",
"exampleString": "string",
"isRequired": false
}
},
"template": "ALERT"
}
Template for notification types, which includes: ALERT, SYSTEM_ALERT
Possible values are: ALERT , SYSTEM_ALERT