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 | The element has these enums
| 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 | The element has these enums
| 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 | The element has these enums
| 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 | The element has these enums
| 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 | The element has these enums
| Required |
Input typeinputType | enum | The element has these enums
| 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 | The element has these enums
| Required |
Credential idcredentialId | text | - | Required |
Credential fieldcredentialField | enum | The element has these enums
| 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 | The element has these enums
| Required |
Valuevalue | text | - | Required |