Monitors
Create a Metric Monitor
POST
/
api
/
v1
/
monitors
/
create
/
metric
Body
application/json
connection_id
integer
requiredThe identifier for the data source configuration.
metric
object
requiredConfiguration for the metric being monitored.
name
string
requiredThe name of the monitor.
schedule
object
requiredThe schedule at which the monitor runs.
alert
object
Condition for triggering alerts.
description
string
The description of the monitor.
enabled
boolean
default: trueIndicates whether the monitor is enabled.
notifications
object[]
Notification configuration for the monitor.
tags
string[]
Tags associated with the monitor.
Response
200 - application/json
id
integer
requiredUnique identifier for the monitor.