blob: 6b894e1461517808435eb39a40f3c05b45125d5a [file] [log] [blame]
description: >
Implement to provide inventory management features.
An OpenBMC implementation providing inventory functions may provide zero
or one implementation on the inventory namespace root. An implementing
service should additionally implement org.freedesktop.DBus.ObjectManager
on the inventory namespace root.
methods:
- name: Notify
description: >
Signal the implementing service that an item is ready to have its
state managed.
parameters:
- name: path
type: path
description: >
The path of the item to be managed, relative to the inventory
namespace root.
- name: object
type: dict[string,dict[string,variant[int64,string]]]
description: >
The fully enumerated item to be managed.
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4