alert _receiver _subscription _add
Add alert receiver subscription
post /v1 /alert -receivers / {receiver } /subscriptions
Path Parameters
receiver
The name or ID of the webhook receiver.
Request Body
Object
subscription
The event class pattern to subscribe to.
A webhook event class subscription matches either a single event class exactly, or a glob pattern including wildcards that may match multiple event classes
Responses
Object
subscription
The new subscription added to the receiver.
A webhook event class subscription matches either a single event class exactly, or a glob pattern including wildcards that may match multiple event classes