Creates a new Check
Creates a new check. This endpoint must be called with an OAuth2 or it will produce a 400 error.
Authorizations
Default authentication mechanism
Path Parameters
The deployment to create the check for.
"dpl_2qn7PZrx89yxY34vEZPD31Y9XVj6"
Query Parameters
The Team identifier to perform the request on behalf of.
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
"my-team-url-slug"
Body
The name of the check being created
100
"Performance Check"
Whether the check should block a deployment from succeeding
true
Path of the page that is being checked
255
"/"
URL to display for further details
"http://example.com"
An identifier that can be used as an external reference
"1234abc"
Whether a user should be able to request for the check to be rerun if it fails
true
Response
"chk_1a2b3c4d5e6f7g8h9i0j"
"Performance Check"
registered
, running
, completed
"completed"
"/api/users"
canceled
, failed
, neutral
, succeeded
, skipped
, stale
"succeeded"