Settings API - Beacon endpoint settings schema table

    Beacon endpoint settings (builtin:rum.web.beacon-endpoint)

    Define where OneAgent is to send your web application monitoring data. Learn more about how to configure the beacon endpoint.

    Schema IDSchema groupsScope
    builtin:rum.web.beacon-endpoint
    • group:rum-settings
    APPLICATION - Web application
    GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.beacon-endpoint
    SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.web.beacon-endpoint
    Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.beacon-endpoint

    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
    Type
    type
    enum
    • DEFAULT_CONFIG
    • ACTIVEGATE
    • ONEAGENT
    required
    URL
    url
    text

    You can specify either path segments or an absolute URL.

    required
    Send beacon data via CORS
    useCors
    boolean

    Learn more about sending beacon data via CORS

    required