| Duration | In which timeframe should the specified requests be executed? | 10s |
| HTTP Method | The HTTP method to use | GET |
| Target URL | The URL to check. | |
| HTTP Body | (optional) The HTTP Body. | |
| HTTP Headers | (optional) The HTTP Headers. | |
| Requests per Second | The number of requests to send per second. | 1 |
| Required Success Rate | Percentage of requests that must be successful. Evaluated at the end of the duration. | 100 |
| Required Response Status Codes | HTTP status codes considered as success. Supports ranges with '-' and multiple codes delimited by ';', e.g. '200-399;429'. | 200-299 |
| Required Response Body (contains) | (optional) The responses must contain this string, otherwise the step fails. | |
| Verify Response Time | How the response time should be verified against the required response time: 'don't verify', 'faster than required', or 'slower than required'. | don't verify |
| Required Response Time | The required response time. Which part of the response is measured is controlled by 'Response Time Measurement'. Only used when 'Verify Response Time' is not set to 'don't verify'. | 500ms |
| Response Time Measurement | Which part of the response time to measure and verify: 'Time to first byte' (request written until the first response byte, excluding connection setup) or 'Time to last byte' (connection start until the last response byte, so connection latency and slow body downloads are included). | Time to first byte |
| Follow Redirects | Whether HTTP redirects should be followed. | |
| Connection Timeout | Connection timeout for a single call. Should be between 1 and 10 seconds. | 5s |
| Read Timeout | Read timeout for a single call. Should be between 1 and 10 seconds. | 5s |
| Max Concurrent Requests | Maximum number of parallel requests in flight at once. (min 1, max 10) | 5 |
| Skip Certificate Verification | (optional) Whether TLS certificate verification should be skipped. | false |