Monitors
Create a Test Monitor
POST
/
api
/
v1
/
monitors
/
create
/
test
Body
application/json
connection_id
integer
requiredThe identifier for the data source configuration.
name
string
requiredThe name of the monitor.
query
string
requiredThe SQL query to be evaluated.
schedule
object
requiredThe schedule at which the monitor runs.
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.