OptionalbodyOptional body being sent in the request. Be careful not to expose any sensitive information here. These are just examples.
OptionalexpectedOptional description of value in response body being checked for.
OptionalexpectedOptional expected HTTP status code for a successful response.
OptionalheadersOptional headers being included in the request. Do not expose real authentication tokens here. These are just examples.
The HTTP method (e.g., GET, POST).
OptionaltimeoutOptional 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