API
The Hyperflow Monitor API
Monitor ID's can be any unique arbitrary string, but we recommend UUIDs. https://www.uuidgenerator.net/version4
For the API calls, ensure it is properly URL encoded.
Get monitor info
GET
/(monitor-id)
Returns the information on the specified monitor.
Response
Ping monitor
GET
/(monitor-id)/ping
Records the ping event.
Response
Test monitor alerting
GET
/(monitor-id)/test
Performs alerting on both ping and timeout.
Response
Add monitor
POST
/
Create a new monitor
Body
Example;
Response
Update monitor
PATCH
/(monitor-id)
Update a monitor
Body
Response
Last updated