• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • Custom on-demand validator

Settings API - Custom OnDemand-Validator schema table

Custom OnDemand-Validator (builtin:example.custom-validation.on-demand-validator)

Showcase of a Custom On-Demand-Validator executed in the cluster.

It will check that the entered value is greater than the current server timestamp when the user initiates the on-demand validation.

For the Java implementation check out ExampleOnDemandValidatorSchema.java

Schema IDSchema groupsScope
builtin:example.custom-validation.on-demand-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.on-demand-validator
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:example.custom-validation.on-demand-validator
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:example.custom-validation.on-demand-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
startStart Timestampinteger

A timestamp. It has to be after the current server time when checking the on-demand validator.

required