builtin:settings-zones)Settings zones enable defining fine grained access rights to parts of an environment.
| Schema ID | Schema groups | Scope |
|---|---|---|
builtin:settings-zones |
| environment |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:settings-zones |
| GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:settings-zones |
| GET | Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:settings-zones |
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.
| Property | Type | Description | Required |
|---|---|---|---|
Settings zone idid | text | - | Required |
Settings zone display namedisplayName | text | - | Optional |
Entity selector rulesentitySelectorRules | Set<EntitySelectorRule> | - | Required |
EntitySelectorRule object| Property | Type | Description | Required |
|---|---|---|---|
Enabledenabled | boolean | - | Required |
Monitored entity typemeType | enum | Rules can only be applied to the selected type The element has these enums
| Required |
Entity selectorentitySelector | text | The documentation of the entity selector can be found here. The type is optional here (already defined above). | Required |