Lists all settings schemas available in your environment.
The request produces an application/json
payload.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas |
Environment ActiveGateCluster ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v2/settings/schemas |
To execute this request, you need an access token with settings.read
scope.
To learn how to obtain and use it, see Tokens and authentication.
Parameter | Type | Description | In | Required |
---|---|---|---|---|
fields | string | A list of fields to be included to the response. The provided set of fields replaces the default set. Specify the required top-level fields, separated by commas (for example, Supported fields: | query | optional |
Code | Type | Description |
---|---|---|
200 | Schema | Success |
4XX | Error | Client side error. |
5XX | Error | Server side error. |
SchemaList
objectThe list of available settings schemas.
Element | Type | Description |
---|---|---|
items | Schema | A list of settings schemas. |
totalCount | integer | The number of schemas in the list. |
SchemaStub
objectThe short representation of the settings schema.
Element | Type | Description |
---|---|---|
displayName | string | The name of the schema. |
latestSchemaVersion | string | The most recent version of the schema. |
multiObject | boolean | Multi-object flag. |
ordered | boolean | Ordered flag. |
schemaId | string | The ID of the schema. |
{"items": [{"displayName": "Built-in container monitoring rules","latestSchemaVersion": "1.4.2","multiObject": true,"ordered": false,"schemaId": "builtin:container.built-in-monitoring-rule"}],"totalCount": 1}