Submit a Service Check
POST {{baseUrl}}/api/v1/check_run
Submit a list of Service Checks.
Notes: - A valid API key is required. - Service checks can be submitted up to 10 minutes in the past.
Request Body
{"0"=>{"check"=>"app.ok", "status"=>0, "tags"=>["environment:test"], "host_name"=>"app.host1", "message"=>"app is running", "timestamp"=>-54803726}, "1"=>{"check"=>"app.ok", "status"=>0, "tags"=>["environment:test"], "host_name"=>"app.host1", "message"=>"app is running", "timestamp"=>16507355}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |