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