API
The Hyperflow Monitor API
Last updated
The Hyperflow Monitor API
Last updated
GET
/(monitor-id)
Returns the information on the specified monitor.
Response
GET
/(monitor-id)/ping
Records the ping event.
Response
GET
/(monitor-id)/test
Performs alerting on both ping and timeout.
Response
POST
/
Create a new monitor
Body
id
string
( optional ). If unspecified, monitor instance is assigned a UUID
name
string
Name of the monitor
interval
number
Timeout interval ( in mins )
message
string
The message to send
alert_ping
string
The alerting profile to use
alert_timeout
string
The alerting profile to use for timeout events
Example;
Response
PATCH
/(monitor-id)
Update a monitor
Body
name
string
Name of the monitor
interval
number
Timeout interval ( in mins )
message
string
The message to send
alert_ping
string
The alerting profile to use
alert_timeout
string
The alerting profile to use for timeout events
Response