Skip to main content
POST
Create a signed webhook alert policy

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

name
string
required
Minimum string length: 1

Body

application/json
name
string
required
secret_reference_id
string
required
webhook_url
string<uri>
required
Pattern: ^https://
enabled
boolean
max_attempts
integer
Required range: 1 <= x <= 5
minimum_severity
enum<string>
Available options:
info,
warning,
critical

Response

Created

The response is of type object.