builtin:synthetic.browser.steps)
Set browser monitor's steps.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:synthetic.browser.steps | - | SYNTHETIC_TEST - Synthetic monitor |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:synthetic.browser.steps |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:synthetic.browser.steps | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:synthetic.browser.steps |
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 |
---|---|---|---|
Stepssteps | Step[] | - | required |
Step
objectProperty | Type | Description | Required |
---|---|---|---|
Typetype | enum |
| required |
Namename | text | - | required |
Validation rulesvalidationRules | ValidationRule[] | - | required |
Targettarget | Target | - | optional |
Wait conditionwaitCondition | WaitCondition | - | optional |
URLurl | text | - | optional |
Wait conditionauthentication | Authentication | - | optional |
List of step cookiescookies | CookieEntry[] | - | required |
JavaScriptjavaScript | text | - | optional |
Buttonbutton | enum |
| optional |
Selectionsselections | Selection[] | - | required |
Simulate blur eventsimulateBlurEvent | boolean | - | optional |
Simulate return keysimulateReturnKey | boolean | - | optional |
Maskedmasked | boolean | - | optional |
Text valuetextValue | text | - | required |
Credentialcredential | Credential | - | optional |
ValidationRule
objectProperty | Type | Description | Required |
---|---|---|---|
Validation typetype | enum |
| required |
Matching patternmatchingPattern | text | - | required |
Is regexregex | boolean | - | required |
Fail if foundfailIfFound | boolean | - | required |
Targettarget | Target | - | optional |
WaitCondition
objectProperty | Type | Description | Required |
---|---|---|---|
Wait forwaitFor | enum |
| required |
Millisecondsmilliseconds | integer | Wait time in milliseconds. | optional |
Timeout in millisecondstimeoutInMilliseconds | integer | Timeout in milliseconds. | optional |
Validation rulevalidationRule | ValidationRule | - | optional |
Authentication
objectProperty | Type | Description | Required |
---|---|---|---|
Typetype | enum |
| required |
Usernameusername | text | - | optional |
Passwordpassword | text | - | optional |
CredentialcredentialId | text | - | optional |
Domaindomain | text | - | optional |
Authentication server allow listauthServerAllowlist | text | - | optional |
CookieEntry
objectProperty | 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 |
Selection
objectProperty | Type | Description | Required |
---|---|---|---|
Valuevalue | text | - | required |
Indexindex | integer | - | required |
Credential
objectProperty | Type | Description | Required |
---|---|---|---|
Credential idid | text | - | required |
Credential fieldcredentialField | enum |
| optional |
Target
objectProperty | Type | Description | Required |
---|---|---|---|
Windowwindow | text | - | required |
Locatorslocators | Locator[] | - | required |
Locator
objectProperty | Type | Description | Required |
---|---|---|---|
Locator typetype | enum |
| required |
Valuevalue | text | - | required |