• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • Complex property defaults

Settings API - Complex property defaults schema table

Complex property defaults (builtin:example.complex-defaults)

Showcase of complex property defaults.

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

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
propertyTypesProperty typesPropertyTypes

All supported property types with their default value

required
propertyTypesDefaultProperty types (different default)PropertyTypes

All supported property types with overridden default

required
propertyTypesDefaultListList of property types (with defined default entry)list

List of complex type with overridden default

required

Request body objects

The AnimalComplex object
PropertyLabelTypeDescriptionRequired
animalAnimalenum-required
goodBoiIs a good boi?boolean

Of course he is

required
The PropertyTypes object
PropertyLabelTypeDescriptionRequired
texttext property typetext

Property type: text

Java class: java.lang.String

Default constraints:

  • LENGTH: Size must be between 1 and 500

Property type: text

Java class: java.lang.String

Default constraints:

  • LENGTH: Size must be between 1 and 500
required
secretsecret property typesecret

Property type: secret

Java class: java.lang.String

Default constraints:

  • LENGTH: Size must be between 1 and 500

Property type: secret

Java class: java.lang.String

Default constraints:

  • LENGTH: Size must be between 1 and 500
required
booleanboolean property typeboolean

Property type: boolean

Java class: java.lang.Boolean

Default constraints: -

Property type: boolean

Java class: java.lang.Boolean

Default constraints: -

required
floatfloat property typefloat

Property type: float

Java class: java.lang.Double

Default constraints: -

Property type: float

Java class: java.lang.Double

Default constraints: -

required
integerinteger property typeinteger

Property type: integer

Java class: java.lang.Long

Default constraints: -

Property type: integer

Java class: java.lang.Long

Default constraints: -

required
local_date_timelocal_date_time property typelocal_date_time

Property type: local_date_time

Java class: java.time.LocalDateTime

Default constraints: -

Property type: local_date_time

Java class: java.time.LocalDateTime

Default constraints: -

required
zoned_date_timezoned_date_time property typezoned_date_time

Property type: zoned_date_time

Java class: java.time.ZonedDateTime

Default constraints: -

Property type: zoned_date_time

Java class: java.time.ZonedDateTime

Default constraints: -

required
AnimalEnumAnimalEnum property typeenum

Property type: AnimalEnum

Java class: java.lang.String

Default constraints: -

Property type: AnimalEnum

Java class: java.lang.String

Default constraints: -

required
AnimalComplexAnimalComplex property typeAnimalComplex

Property type: AnimalComplex

Java class: java.lang.String

Default constraints: -

Property type: AnimalComplex

Java class: java.lang.String

Default constraints: -

required