Settings API - [Databases App] Allows to configure feature flags for the application schema table

[Databases App] Allows to configure feature flags for the application (app:dynatrace.database.overview:feature-flags)

Schema IDSchema groupsScope
app:dynatrace.database.overview:feature-flags-
environment
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.database.overview:feature-flags
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/app:dynatrace.database.overview:feature-flags
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.database.overview:feature-flags

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
Feature name
name
text

Name of the feature

required
Feature type
type
enum

The type of the feature

  • boolean
  • number
  • string
required
Boolean feature state
booleanValue
boolean

State of boolean feature flag

required
Numeric feature state
numberValue
integer

State of numeric feature flag

required
Textual feature state
stringValue
text

State of textual feature flag

required