Settings API - RUM JavaScript updates schema table

    RUM JavaScript updates (builtin:rum.web.rum-javascript-updates)

    Define the RUM JavaScript version to be used globally (in the global settings) or for a specific web application (in the application settings). In order to profit from RUM JavaScript updates, it is recommended to choose a dynamic version like Latest stable or Previous stable. If dynamic versions are not an option for you, choose Custom instead. This option refers to a static version defined in the Custom RUM JavaScript version (<your-dynatrace-url>//ui/settings/builtin:rum.web.custom-rum-javascript-version) environment settings.

    Schema IDSchema groupsScope
    builtin:rum.web.rum-javascript-updates
    • group:web-and-mobile-monitoring.web-applications
    • group:web-and-mobile-monitoring
    • group:rum-injection
    APPLICATION - Web application
    environment
    GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.rum-javascript-updates
    SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.web.rum-javascript-updates
    Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.rum-javascript-updates

    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

    PropertyTypeDescriptionRequired
    Choose version
    JavascriptVersion
    enum
    • LATEST_STABLE
    • PREVIOUS_STABLE
    • LATEST_IE7_10_SUPPORTED
    • LATEST_IE11_SUPPORTED
    • CUSTOM
    required