Skip to main content
POST
/
policies
/
test_alert
Test alert rule notifications
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.

Body

application/json
rule_id
string
required

Alert rule to test.

Response

Test results per notification channel.

results
object[]