Lines Matching +full:entity +full:- +full:manager
1 # Entity Manager DBus API
3 The Entity Manager is in charge of inventory management by scanning JSON files
5 the internal structure of the Entity Manager, please refer to the README of the
6 Entity Manager. This file documents a consumers usage of the entity manager, and
13 #### Entities: `/xyz/openbmc_project/Inventory/Item/{Entity Type}/{Entity Name}`
19 #### Devices: `/xyz/openbmc_project/Inventory/Item/{Entity Type}/{Entity Name}/{Configuration}`
21 Configurations are components that are exposed when an entity is added to the
36 [upstream types](https://github.com/openbmc/phosphor-dbus-interfaces/tree/master/yaml/xyz/openbmc_p…
38 - BMC
39 - Board
40 - Chassis
41 - CPU
42 - ...
46 Entity objects describe pieces of physical hardware.
50 `unsigned int num_children`: Number of configurations under this entity.
56 Configuration objects describe components owned by the Entity.
60 Properties will contain all non-objects (simple types) exposed by the JSON.