Settings API - Advanced settings schema table
Advanced settings (builtin:synthetic.http.advanced-execution
)
Fine-tune your HTTP monitor's execution with custom settings. These settings will override the default values. For more information, visit Advanced settings for HTTP monitors.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:synthetic.http.advanced-execution |
| HTTP_CHECK - HTTP monitor |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
requestTimeout | Request timeout (ms) | integer | Supported values are between 1 000 and 60 000 ms | optional |
connectTimeout | Connect timeout (ms) | integer | Supported values are between 1 000 and 60 000 ms | optional |
maxHeaderSize | Maximum header size (B) | integer | Supported values are between 10 240 and 61 440 bytes | optional |
monitorExecutionTimeout | Monitor execution timeout (ms) | integer | Supported values are between 10 000 and 300 000 ms | optional |
scriptExecutionTimeout | Script execution timeout (ms) | integer | Supported values are between 1 000 and 10 000 ms | optional |
maxRequestBodySize | Maximum request body size (B) | integer | Supported values are between 10 240 and 102 400 bytes | optional |
maxCustomScriptSize | Maximum custom script size (B) | integer | Supported values are between 10 240 and 102 400 bytes | optional |
maxResponseBodySize | Maximum response body size (B) | integer | Supported values are between 51 200 and 20 971 520 bytes | optional |
maxResponseBodyReadByScriptSize | Maximum size of response body read by custom script (B) | integer | Supported values are between 10 240 and 102 400 bytes | optional |
dnsQueryTimeout | DNS query timeout (ms) | integer | Supported values are between 1 000 and 60 000 ms | optional |