Alerts API

ActiveAlertsListResponse

object

Every rule currently in the triggered state.

dataarray[object]required

A rule currently in the triggered state, including when it first
crossed the threshold.

Show Child Parameters
Example

AlertMetric

Alert metric enum

Allowed values:turn_latency_p50turn_latency_p95api_errorsfunction_errorscall_crashescall_volume

AlertOperator

Alert operator enum

Allowed values:><>=<=

AlertRuleCreateRequest

object

Fields for creating a new alert rule: which metric to watch, the
threshold condition, and how long it must hold to fire.

namestringrequired

Alert rule name

project_idstring

Project ID (optional)

metricrequired

Metric to monitor

Allowed values:turn_latency_p50turn_latency_p95api_errorsfunction_errorscall_crashescall_volume

operatorrequired

Comparison operator

Allowed values:><>=<=

threshold_valueintegerrequired

Threshold value

>= 0

window_durationrequired

Window duration (5m, 10m, or 60m)

Allowed values:5m10m60m

enabledboolean

Whether the alert is enabled

Default:true

Example

AlertRuleListResponse

object

Every alert rule in scope, each with its current state.

dataarray[object]required

An alert rule: its trigger condition, evaluation window, and current state.

Show Child Parameters
Example