Entity-manager (List)#
Path: /processing/entity-managers/entity-manager
An entity manager can query and mutate an entity store according to an entity schema
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| id | string | required | The unique identifier for the entity-manager | |
| entity-data-source | leafref | required | The data source used by the entity manager. Needs to support the entity-related interfaces, namely ‘AccountEntityDataAccessProvider’ and ‘DatabaseClientEntityDataAccessProvider’. | |
| entity-schema | leafref | required | The entity schema used by the entity manager. Defines the types of supported entities and relations. If this manager is used for group management, then the entity schema needs to support groups. |