The alerts property
The state property
To delete an Uptime check, send a DELETE request to /v2/uptime/checks/$CHECK_ID. A 204 statuscode with no body will be returned in response to a successful request.Deleting a check will also delete alerts associated with the check.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To show information about an existing check, send a GET request to /v2/uptime/checks/$CHECK_ID.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To update the settings of an Uptime check, send a PUT request to /v2/uptime/checks/$CHECK_ID.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To delete an Uptime check, send a DELETE request to /v2/uptime/checks/$CHECK_ID. A 204 statuscode with no body will be returned in response to a successful request.Deleting a check will also delete alerts associated with the check.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To show information about an existing check, send a GET request to /v2/uptime/checks/$CHECK_ID.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To update the settings of an Uptime check, send a PUT request to /v2/uptime/checks/$CHECK_ID.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/uptime/checks/{check_id}