1description: >
2    Implement to provide BMC attributes. Example attributes are
3    the resource utilization of the BMC itself (BMC's CPU and memory,
4    etc).
5
6associations:
7    - name: monitored_by
8      description: >
9          Objects that implement Bmc can implement the
10          'monitored_by' association to link to utilization sensors
11          for indicating the utilization sensors are for the BMC and
12          not the host.
13      reverse_names: monitoring
14      required_endpoint_interfaces:
15        - xyz.openbmc_project.Sensor.Value
16