blob: b9e88216fee5b11a62407e3696a51ffa53080e07 [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: object
type: dict[object_path,dict[string,dict[string,variant[boolean,size,int64,uint16,string,array[byte],array[string]]]]]
description: >
A dictionary of fully enumerated items to be managed.