Optional
bodyOptional body being sent in the request. Be careful not to expose any sensitive information here. These are just examples.
Optional
expectedOptional description of value in response body being checked for.
Optional
expectedOptional expected HTTP status code for a successful response.
Optional
headersOptional headers being included in the request. Do not expose real authentication tokens here. These are just examples.
The HTTP method (e.g., GET, POST).
Optional
timeoutOptional in milliseconds for the request.
The type of check, which is 'rest' for REST checks.
The URL being called.
Defines the structure of a REST check.
Example