• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • Data source with summary pattern example

Settings API - Datasource with Summary Pattern Example schema table

Datasource with Summary Pattern Example (builtin:example.datasource-summarypattern)

Showcase of datasource properties.

For the Java implementation check out ExampleDatasourceSummaryPatternSchema.java

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

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
nameNametext-required
typeTypeenum

Controls the type of values the datasources will deliver

optional
limitLimitinteger

Controls the max number (inclusive) returned by the advanced datasource

required
simpleSimple Datasourcetext

Will return possible values based on type, but also allows custom defined values (no validation). Some of the values are visible only with devops access.

required
advancedAdvanced Datasourcetext

Will return possible values based on type and limit, only allows datasource values (with validation). Some of the values are visible only with devops access.

required
datasourceEnumPropEnum Datasourceenum

Will return possible values based on type which are intersected with the enum

required