Create an Alert Rule
Creates an alert rule from a registered template.
Authorizations
Use Authorization: Bearer
Body
The id of the template this rule instantiates. The template supplies the rule_type, network, runner_id, severity, and trigger.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Display name for the rule.
255"High gas on eth"
Severity override. Defaults to the matched template severity.
255"high"
User-supplied parameter values, as a { field: value } object. A [{ field, value }] array or single-element wrapper is also accepted and normalized to an object on write.
Trigger override. Defaults to the matched template trigger.
BLOCK, TICK Response
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
"workspace-123"
"GasPressure"
"high"
{ "threshold": 90 }BLOCK, TICK "BLOCK"
true
Incremented each time the rule parameters change. Starts at 1.
1
[
{
"alert_channel_id": "44444444-4444-4444-4444-444444444445",
"min_severity": null
}
]"2026-05-14T12:00:00.000Z"
"2026-05-14T12:00:00.000Z"
"High gas on eth"
"eth"
"alert-runner-eth-v2"