Settings API - Discovery and Coverage App Experimental Configuration schema table

Discovery and Coverage App Experimental Configuration (app:dynatrace.discovery.coverage:feature-flags)

Warning: Changing these settings may affect application stability

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

Property
Type
Description
Required
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