mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-02 15:36:05 +00:00
b30ee29ff6
Five resources called methods that do not exist on the redfish client, so each answered with an internal error naming the missing attribute: the leds, the management controller identifier, the domain name, the remote kvm licence and the alert destinations. Implement the first four from the manager network protocol, the graphical console and the chassis indicator. Alert destinations stay unimplemented on purpose. Redfish describes where to send events with EventService subscriptions, which is a different model from the numbered PET destinations this resource was built around, so say so and drop the code that could never run. The location resource fetched its data and discarded it, so a read produced no output whatsoever.