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 |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.discovery.coverage:feature-flags |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/app:dynatrace.discovery.coverage:feature-flags | |
Environment ActiveGate | https://{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 namename | text | Name of the feature | required |
Feature typetype | enum | The type of the feature
| required |
Boolean feature statebooleanValue | boolean | State of boolean feature | required |
Numeric feature statenumberValue | integer | State of numeric feature | required |
Textual feature statestringValue | text | State of textual feature | required |