Skip to main content
POST
Create Notification Route Endpoint

Authorizations

Authorization
string
header
required

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

Headers

authorization
string | null
x-ankra-organisation-id
string | null

Body

application/json
destination_id
string<uuid4>
required
kind
string | null
severity
string | null
cluster_id
string<uuid4> | null
source_id
string | null
priority
integer
default:100
stop_on_match
boolean
default:false
mode
string
default:include
enabled
boolean
default:true

Response

Successful Response

id
string<uuid4>
required
organisation_id
string<uuid4>
required
kind
string | null
required
severity
string | null
required
cluster_id
string<uuid4> | null
required
source_id
string | null
required
destination_id
string<uuid4>
required
priority
integer
required
stop_on_match
boolean
required
mode
string
required
enabled
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required