builtin:synthetic.browser.configuration)Configuration
| Schema ID | Schema groups | Scope |
|---|---|---|
builtin:synthetic.browser.configuration |
| SYNTHETIC_TEST - Synthetic monitor |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:synthetic.browser.configuration |
| SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:synthetic.browser.configuration | |
| Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:synthetic.browser.configuration |
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 |
|---|---|---|---|
Monitor framesmonitorFrames | boolean | - | Required |
Bypass CSPbypassCSP | boolean | - | Required |
Bypass CSPuseIESupportedAgent | boolean | - | Required |
User agentuserAgent | text | - | Required |
Proxyproxy | Proxy | - | Optional |
ignoredErrorCodes | IgnoredErrorCodes | - | Optional |
browserPermissions | BrowserPermissions | - | Optional |
chromiumStartupFlags | ChromiumStartupFlags | - | Required |
javaScriptSettings | JavaScriptSettings | - | Optional |
blockedRequests | list | - | Required |
filteredRequests | FilteredRequests | - | Optional |
requestHeaderOptions | RequestHeaderOptions | - | Optional |
Devicedevice | TestDevice | - | Required |
Network throttlingnetworkThrottling | NetworkThrottling | - | Optional |
User certificatesclientCertificates | ClientCertificate[] | - | Required |
Experimental properties list.experimentalProperties | NameValueEntry[] | - | Required |
cookies | Set<CookieEntry> | - | Required |
Proxy object| Property | Type | Description | Required |
|---|---|---|---|
pacUrlpacUrl | text | - | Required |
IgnoredErrorCodes object| Property | Type | Description | Required |
|---|---|---|---|
statusCodes | text | - | Required |
matchingPattern | text | - | Required |
BrowserPermissions object| Property | Type | Description | Required |
|---|---|---|---|
Allow notificationsnotifications | boolean | - | Required |
Allow location accesslocation | boolean | - | Required |
Allow camera accesscamera | boolean | - | Required |
Allow microphone accessmicrophone | boolean | - | Required |
ChromiumStartupFlags object| Property | Type | Description | Required |
|---|---|---|---|
disable-web-securitydisable-web-security | boolean | - | Required |
ignore-certificate-errorsignore-certificate-errors | boolean | - | Optional |
test-typetest-type | boolean | - | Optional |
disable-featuresdisable-features | Set<NameStateEntry> | - | Required |
ssl-version-minssl-version-min | text | - | Optional |
ssl-version-maxssl-version-max | text | - | Optional |
autoplay-policyautoplay-policy | enum | The element has these enums
| Optional |
host-resolver-ruleshost-resolver-rules | text | - | Optional |
disable-site-isolation-trialsdisable-site-isolation-trials | boolean | - | Optional |
JavaScriptSettings object| Property | Type | Description | Required |
|---|---|---|---|
fetchRequests | boolean | - | Required |
xmlHttpRequests | boolean | - | Required |
javaScriptErrors | boolean | - | Optional |
timedActions | boolean | - | Required |
timeoutSettings | TimeoutSettings | - | Optional |
javaScriptFrameworkSupport | JavaScriptFrameworkSupport | - | Optional |
customProperties | text | - | Optional |
visuallyCompleteOptions | VisuallyCompleteOptions | - | Optional |
experimentalValues | boolean | - | Required |
FilteredRequests object| Property | Type | Description | Required |
|---|---|---|---|
mode | enum | The element has these enums
| Required |
requests | RequestFilter[] | - | Required |
RequestHeaderOptions object| Property | Type | Description | Required |
|---|---|---|---|
requestHeaders | NameValueEntry[] | - | Required |
matchingPatterns | set | - | Required |
TestDevice object| Property | Type | Description | Required |
|---|---|---|---|
name | text | - | Required |
mobile | boolean | - | Required |
touchEnabled | boolean | - | Required |
width | integer | - | Required |
height | integer | - | Required |
NetworkThrottling object| Property | Type | Description | Required |
|---|---|---|---|
name | text | - | Required |
latency | integer | - | Required |
download | integer | - | Required |
upload | integer | - | Required |
ClientCertificate object| Property | Type | Description | Required |
|---|---|---|---|
Domaindomain | text | - | Required |
Credential IDcredentialId | text | - | Required |
CookieEntry object| Property | Type | Description | Required |
|---|---|---|---|
Namename | text | Enclose placeholder values in brackets, for example {email} | Required |
Valuevalue | text | Enclose placeholder values in brackets, for example {email} | Required |
Domaindomain | text | Enclose placeholder values in brackets, for example {email} | Required |
Path (optional)path | text | Enclose placeholder values in brackets, for example {email} | Optional |
NameStateEntry object| Property | Type | Description | Required |
|---|---|---|---|
name | text | - | Required |
state | boolean | - | Required |
TimeoutSettings object| Property | Type | Description | Required |
|---|---|---|---|
temporaryActionLimit | integer | - | Required |
temporaryActionTotalTimeout | integer | - | Required |
JavaScriptFrameworkSupport object| Property | Type | Description | Required |
|---|---|---|---|
angular | boolean | - | Required |
dojo | boolean | - | Required |
extJs | boolean | - | Required |
prototype | boolean | - | Required |
jQuery | boolean | - | Required |
activeXObject | boolean | - | Required |
mooTools | boolean | - | Required |
icefaces | boolean | - | Required |
VisuallyCompleteOptions object| Property | Type | Description | Required |
|---|---|---|---|
imageSizeThreshold | integer | - | Required |
inactivityTimeout | integer | - | Required |
mutationTimeout | integer | - | Required |
excludedUrls | list | - | Required |
excludedElements | list | - | Required |
RequestFilter object| Property | Type | Description | Required |
|---|---|---|---|
type | enum | The element has these enums
| Required |
matchingPattern | text | - | Required |
NameValueEntry object| Property | Type | Description | Required |
|---|---|---|---|
name | text | - | Required |
value | text | - | Required |