builtin:dashboards.general)
Configure anonymous access and home dashboard settings.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:dashboards.general |
| environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:dashboards.general |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:dashboards.general | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:dashboards.general |
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.
Property | Type | Description | Required |
---|---|---|---|
Allow anonymous accessenablePublicSharing | boolean | Allow users to grant anonymous access to dashboards. No sign-in will be required to view those dashboards read-only. | required |
Home dashboardsdefaultDashboardList | UserGroups[] | Configure home dashboard for selected user group. The selected preset dashboard will be loaded as default landing page for this environment. | required |
UserGroups
objectProperty | Type | Description | Required |
---|---|---|---|
User groupUserGroup | text | Show selected dashboard by default for this user group | required |
Home dashboardDashboard | text | Preset dashboard to show as default landing page | required |