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 object| Property | Type | Description | Required |
|---|---|---|---|
Typetype | enum |
| required |
Namename | text | - | required |
Validation rulesvalidationRules | ValidationRule[] | - | required |
Targettarget | Target | - | optional |
Wait conditionwaitCondition | WaitCondition | - | optional |
URLurl | text | - | required |
Wait conditionauthentication | Authentication | - | optional |
List of step cookiescookies | CookieEntry[] | - | required |
JavaScriptjavaScript | text | - | required |
Buttonbutton | enum |
| required |
Selectionsselections | Selection[] | - | required |
Inputinput | Input | - | required |
Simulate blur eventsimulateBlurEvent | boolean | - | required |
Simulate return keysimulateReturnKey | boolean | - | required |
ValidationRule object| Property | Type | Description | Required |
|---|---|---|---|
Validation typetype | enum |
| required |
Matching patternmatchingPattern | text | - | required |
Is regexregex | boolean | - | required |
Fail if foundfailIfFound | boolean | - | required |
Targettarget | Target | - | optional |
WaitCondition object| Property | Type | Description | Required |
|---|---|---|---|
Typetype | enum |
| required |
Millisecondsmilliseconds | integer | Wait time in milliseconds. | required |
Timeout in millisecondstimeoutInMilliseconds | integer | Timeout in milliseconds. | required |
Validation rulevalidationRule | ValidationRule | - | required |
Authentication object| Property | Type | Description | Required |
|---|---|---|---|
Typetype | enum |
| required |
Input typeinputType | enum |
| required |
Usernameusername | text | - | required |
Passwordpassword | text | - | required |
CredentialcredentialId | text | - | required |
Domaindomain | text | - | required |
Authentication server allow listauthServerAllowlist | 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 |
Selection object| Property | Type | Description | Required |
|---|---|---|---|
Valuevalue | text | - | required |
Indexindex | integer | - | required |
Input object| Property | Type | Description | Required |
|---|---|---|---|
Input typetype | enum |
| required |
Credential idcredentialId | text | - | required |
Credential fieldcredentialField | enum |
| required |
Text valuetextValue | text | - | required |
Maskedmasked | boolean | - | required |
Target object| Property | Type | Description | Required |
|---|---|---|---|
Windowwindow | text | - | required |
Locatorslocators | Locator[] | - | required |
Locator object| Property | Type | Description | Required |
|---|---|---|---|
Locator typetype | enum |
| required |
Valuevalue | text | - | required |