REST Plugin — Configuration Reference
Autogenerated from
config.yaml. Do not edit manually.
rest.baseURL
The base URL for subsequents RESTful operations.
Type text
rest.httpCodeThreshold
The HTTP status code threshold for considering a response as successful. For example, if set to 400, any response with a status code of 400 or higher would be treated automatically as a failure.
Type integer
Default value 500
rest.timeout
The timeout duration (in milliseconds) for RESTful operations. If a request takes longer than this duration, it will be aborted and treated as a failure.
Type integer
Default value 60000
rest.contentType
The default Content-Type header sent with all requests that have a body (POST, PUT, PATCH).
Type text
Default value application/json