Type: http | Runner: Dashboard
Sends a GET request to a URL and checks if the HTTP response code matches the expected list. Measures response time. Follows up to 5 redirects automatically.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
client_url_id |
URL select | Yes | — | URL to monitor. Add URLs in the client settings first, then select here. |
timeout |
number | No | 10 |
Request timeout in seconds |
expected_status_codes |
text | No | 200,201,301,302 |
Comma-separated list of HTTP status codes that count as OK |
| Status | Condition |
|---|---|
| OK | Response code is in expected_status_codes |
| Fail | Response code is not in expected_status_codes |
| Fail | Request failed (connection refused, timeout, DNS error, TLS error) |
| Unknown | No URL configured, or the URL record was deleted |
Authorization: Basic header.