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"=>12636800}, "1"=>{"check"=>"app.ok", "status"=>0, "tags"=>["environment:test"], "host_name"=>"app.host1", "message"=>"app is running", "timestamp"=>-99255440}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring