• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • Schema with custom defined modification policy

Settings API - Schema with custom defined modification policy schema table

Schema with custom defined modification policy (builtin:example.modification-policy-schema)

Showcase of a usage of custom defined modification policy.

Schema IDSchema groupsScope
builtin:example.modification-policy-schema
  • group:example
environment
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:example.modification-policy-schema
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:example.modification-policy-schema
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:example.modification-policy-schema

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

PropertyLabelTypeDescriptionRequired
alwaysModifiableEditable valuetext

Value of this property can be always modified

required
neverModifiableNot updatable valuetext

Value of this property can be never modified once it was persisted

required
defaultModifiableStandard text valuetext

Modifiability of this value is defined by ModificationFlags used on the creation of the setting item

required
modifiableFlagModifiability flagboolean

Flag indicating the value of ModificationFlags.isModifiable, that was used on the creation of the whole setting item

required