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": [
{
"type": "webhook",
"ok": true,
"message": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.svantic.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.svantic.com/policies/test_alert \
--header 'Content-Type: application/json' \
--data '
{
"rule_id": "<string>"
}
'{
"results": [
{
"type": "webhook",
"ok": true,
"message": "<string>"
}
]
}