Settings API - Settings zones schema table
Settings zones (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 |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
id | Settings zone id | text | - | required |
displayName | Settings zone display name | text | - | optional |
entitySelectorRules | Entity selector rules | set | - | required |
Request body objects
The EntitySelectorRule
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
enabled | Enabled | boolean | - | required |
meType | Monitored entity type | enum | Rules can only be applied to the selected type | required |
entitySelector | Entity selector | text | The documentation of the entity selector can be found here. The type is optional here (already defined above). | required |