Monitor
Create a new HTTP monitor
POST
/v1/monitor/http
Create new monitor with type "HTTP"
.
Headers
Name
Value
Authorization
Bearer <token>
Body
Name
Type
Description
workspace_id
string
name
string
name of the monitor
url
string
HTTP destination url
request
JSON
details on example request
expected
JSON
details on example request
interval
int
ping interval for monitor
timeout
int
timeout for ping request
Request
headers
, body
, timeout
feature is WORK IN PROGRESS
Response
Find monitors by workspace
GET
/v1/monitor
Find all monitors by workspace.
Headers
Name
Value
Authorization
Bearer <token>
Query Parameters
Name
Type
Description
workspace_id
string
Response
Current status
GET
/v1/monitor/:id/status/current
Get the current tick
of monitor.
It returns
Headers
Name
Value
Authorization
Bearer <token>
Path
Name
Type
Description
id
string
monitor_id
Response
Last updated