CreateAlertNotificationPolicy
Create a new notification routing policy
POST
/api/v1/alerting/notification-policiesOperation ID
CreateAlertNotificationPolicySince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
nameStringRequiredHuman-readable policy name
Example: Critical Alert Routing
descriptionStringRequiredDescription of the policy routing logic
Example: Route critical alerts to ops channels
priorityIntegerRequiredPriority order for policy evaluation
Example: 1
isDefaultBooleanRequiredWhether this is the default catch-all policy
Example: false
matchersListRequiredLabel matchers for routing decisions
Example: (nested array)
keyStringLabel key to match against
Example: severity
operatorStringMatch operator: eq, neq, regex, etc.
Example: eq
valueStringValue to match against
Example: critical
