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 ID | Schema groups | Scope |
---|---|---|
builtin:dashboards.image.allowlist |
| environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:dashboards.image.allowlist |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:dashboards.image.allowlist | |
Environment ActiveGate | https://{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
Property | Label | Type | Description | Required |
---|---|---|---|---|
allowlist | List of URL pattern matchers | set | - | required |
Request body objects
The URLPattern
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
rule | Rule | enum | - | required |
template | Pattern | text | - | required |