Skip to main content
POST
/
v1
/
alert-rules
/
{rule_id}
/
test
Test Alert Rule
curl --request POST \
  --url https://api.example.com/v1/alert-rules/{rule_id}/test \
  --header 'Authorization: Bearer <token>'
{
  "sent_to": [
    "<string>"
  ],
  "channels": [
    "<string>"
  ],
  "rule_id": "<string>",
  "fired_at": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

rule_id
string
required

Response

Successful Response

sent_to
string[]
required
channels
string[]
required
rule_id
string
required
fired_at
string
required