Beispiel #1
0
 def static_data(self):
     return proto_wrap(self.backend.chassis_static_data(), Protocol.IPMI)
Beispiel #2
0
 def readings(self):
     return proto_wrap(self.backend.chassis_readings(), Protocol.IPMI)
Beispiel #3
0
 def raw_data(self):
     return proto_wrap(self.backend.chassis_aggregate(), Protocol.IPMI)
 def raw_data(self):
     data = self._fetch(level=2)
     data = self.connector.filter_data(data)
     return proto_wrap(data, Protocol.REDFISH)
 def readings(self):
     return proto_wrap(self.backend.system_readings(), Protocol.IPMI)
 def static_data(self):
     return proto_wrap(self.backend.system_static_data(), Protocol.IPMI)
 def raw_data(self):
     return proto_wrap(self.backend.system_aggregate(), Protocol.IPMI)