Settings API - Allowed URL pattern rules schema table

    Allowed URL pattern rules (builtin:dashboards.image.allowlist)

    Configure allowed URL patterns to fetch external resources such as images. For an image to be uploaded, the configured URL must match one of the specified patterns.

    Schema IDSchema groupsScope
    builtin:dashboards.image.allowlist
    • group:dashboards
    environment
    GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:dashboards.image.allowlist
    SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:dashboards.image.allowlist
    Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:dashboards.image.allowlist

    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
    List of URL pattern matchers
    allowlist
    Set<URLPattern>-required
    The URLPattern object
    PropertyTypeDescriptionRequired
    Rule
    rule
    enum
    • startsWith
    • equals
    required
    Pattern
    template
    text-required