Skip to main content
POST

Authorizations

Authorization
string
header
required

Primary scheme: Authorization: Key <key_id>:<secret>.

Path Parameters

drain_id
string
required

The drain's id (drain_<uuid>).

Response

Successful Response

ok
boolean
required

Whether the test batch got a 2xx from the endpoint.

response_status
integer | null

HTTP status the endpoint returned; null when the request never got a response.

error
string | null

Why the test failed; null on success.