Test alert rule notifications
Sends a test notification to all channels configured in the alert rule. Returns per-channel results with diagnostic information.
POST
Test alert rule notifications
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Sends a test notification to all channels configured in the alert rule. Returns per-channel results with diagnostic information.
curl --request POST \
--url https://api.svantic.com/policies/test_alert \
--header 'Content-Type: application/json' \
--data '
{
"rule_id": "<string>"
}
'{
"results": [
{
"ok": true,
"message": "<string>"
}
]
}curl --request POST \
--url https://api.svantic.com/policies/test_alert \
--header 'Content-Type: application/json' \
--data '
{
"rule_id": "<string>"
}
'{
"results": [
{
"ok": true,
"message": "<string>"
}
]
}