Create On Demand Notification
POST/alerts/api/v1/notification/ondemand
Create on demand notification for an alert. Supported channels are:
- Jira
- Slack
info
This endpoint is available on the Prisma Cloud Darwin release only.
For details about the request body parameters required for each notification channel, see the following table:
Request Parameters | Jira | Slack | |
---|---|---|---|
alertId | Required | Required | Required |
onDemandNotificationConfig.integrationType | Required | Required | Required |
onDemandNotificationConfig.templateId | Required | Not required | Not required |
onDemandNotificationConfig.recipients | Required | Required | Required |
translation.body | Not required | Optional | Optional |
translation.details.sender | Not required | Required | Required |
translation.details.recipients | Not required | Required | Required |
translation.details.callbackUrl | Not required | Optional | Optional |
translation.details.assetCallbackUrl | Not required | Optional | Optional |
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 429
Created
Bad Request
Unauthorized
Forbidden
Not Found
Too Many Requests