• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • Custom schema validator

Settings API - Custom Schema-Validator schema table

Custom Schema-Validator (builtin:example.custom-validation.schema-validator)

Showcase of a Custom Schema-Validator executed in the cluster.

It will check that the entered names are unique (case insensitive) across all entries in this multi-object schema.

For the Java implementation check out ExampleSchemaValidatorSchema.java

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

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
uniqueCaseInsensitiveNameNametext

A unique (case-insensitive) name.

required