Settings API - General settings schema table

General settings (builtin:dashboards.general)

Configure anonymous access and home dashboard settings.

Schema ID
Schema groups
Scope
builtin:dashboards.general
  • group:dashboards
environment
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:dashboards.general
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:dashboards.general
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:dashboards.general

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
Type
Description
Required
Allow anonymous access
enablePublicSharing
boolean

Allow users to grant anonymous access to dashboards. No sign-in will be required to view those dashboards read-only.

required
Home dashboards
defaultDashboardList

Configure home dashboard for selected user group. The selected preset dashboard will be loaded as default landing page for this environment.

required
The UserGroups object
Property
Type
Description
Required
User group
UserGroup
text

Show selected dashboard by default for this user group

required
Home dashboard
Dashboard
text

Preset dashboard to show as default landing page

required