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 |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:synthetic.http.advanced-execution |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:synthetic.http.advanced-execution | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:synthetic.http.advanced-execution |
To execute this request, you need an access token with Read settings (settings.read
) scope. To learn how to obtain and use it, see Tokens and authentication.
Property | Type | Description | Required |
---|---|---|---|
Request timeout (ms)requestTimeout | integer | Supported values are between 1 000 and 60 000 ms | optional |
Connect timeout (ms)connectTimeout | integer | Supported values are between 1 000 and 60 000 ms | optional |
Maximum header size (B)maxHeaderSize | integer | Supported values are between 10 240 and 61 440 bytes | optional |
Monitor execution timeout (ms)monitorExecutionTimeout | integer | Supported values are between 10 000 and 300 000 ms | optional |
Script execution timeout (ms)scriptExecutionTimeout | integer | Supported values are between 1 000 and 10 000 ms | optional |
Maximum request body size (B)maxRequestBodySize | integer | Supported values are between 10 240 and 102 400 bytes | optional |
Maximum custom script size (B)maxCustomScriptSize | integer | Supported values are between 10 240 and 102 400 bytes | optional |
Maximum response body size (B)maxResponseBodySize | integer | Supported values are between 51 200 and 20 971 520 bytes | optional |
Maximum size of response body read by custom script (B)maxResponseBodyReadByScriptSize | integer | Supported values are between 10 240 and 102 400 bytes | optional |
DNS query timeout (ms)dnsQueryTimeout | integer | Supported values are between 1 000 and 60 000 ms | optional |