Settings API - Browser monitor's steps schema table Browser monitor's steps (builtin:synthetic.browser.steps) Set browser monitor's steps.
builtin:synthetic.browser.steps- SYNTHETIC_TEST - Synthetic monitor
Retrieve schema via Settings API GET Managed https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:synthetic.browser.stepsGET SaaS https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:synthetic.browser.stepsGET Environment ActiveGate https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:synthetic.browser.steps
Authentication 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 .
Parameters Stepssteps Step []- Required
The Step object Typetype enum The element has these enums NAVIGATECLICKTAPKEYSTROKESJAVASCRIPTSELECT_OPTIONCOOKIERequired 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 MOUSE_LEFTMOUSE_MIDDLEMOUSE_RIGHTRequired Selectionsselections Selection []- Required Inputinput Input - Required Simulate blur eventsimulateBlurEvent boolean - Required Simulate return keysimulateReturnKey boolean - Required
The ValidationRule object Validation typetype enum The element has these enums TEXT_MATCHCONTENT_MATCHELEMENT_MATCHRequired Matching patternmatchingPattern text - Required Is regexregex boolean - Required Fail if foundfailIfFound boolean - Required Targettarget Target - Optional
The WaitCondition object Typetype enum The element has these enums PAGE_COMPLETETIMENETWORKVALIDATIONNEXT_EVENTRequired Millisecondsmilliseconds integer Wait time in milliseconds.
Required Timeout in millisecondstimeoutInMilliseconds integer Timeout in milliseconds.
Required Validation rulevalidationRule ValidationRule - Required
The Authentication object Typetype enum The element has these enums HTTP_AUTHENTICATIONKERBEROSWEBFORMRequired 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
The CookieEntry object 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
The Selection object Valuevalue text - Required Indexindex integer - Required
The Target object Windowwindow text - Required Locatorslocators Locator []- Required
The Locator object Locator typetype enum The element has these enums Required Valuevalue text - Required