Settings API - I&O App Experimental Configuration schema table

I&O App Experimental Configuration (app:dynatrace.infraops:feature-flags)

Warning: Changing these settings may affect the stability of the I&O Application

Schema IDSchema groupsScope
app:dynatrace.infraops:feature-flags-
environment
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.infraops:feature-flags
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/app:dynatrace.infraops:feature-flags
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.infraops: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

required
Numeric feature state
numberValue
integer

State of numeric feature

required
Textual feature state
stringValue
text

State of textual feature

required