Vendor Interface for Redfish drivers and its supporting methods.
Bases: VendorInterface
Vendor-specific interfaces for Redfish drivers.
Creates a subscription.
task – A TaskManager object.
kwargs – The arguments sent with vendor passthru.
RedfishError, if any problem occurs when trying to create a subscription.
Delete a subscription.
task – A TaskManager object.
kwargs – The arguments sent with vendor passthru.
RedfishError, if any problem occurs when trying to delete the subscription.
Eject a virtual media device.
task – A TaskManager object.
kwargs – The arguments sent with vendor passthru. The optional kwargs are:: ‘boot_device’: the boot device to eject
Get all Subscriptions on the node
task – A TaskManager object.
kwargs – Not used.
RedfishError, if any problem occurs when retrieving all subscriptions.
Return the properties of the interface.
dictionary of <property name>:<property description> entries.
Get a specific subscription on the node
task – A TaskManager object.
kwargs – The arguments sent with vendor passthru.
RedfishError, if any problem occurs when retrieving the subscription.
Validate vendor-specific actions.
Checks if a valid vendor passthru method was passed and validates the parameters for the vendor passthru method.
task – a TaskManager instance containing the node to act on.
method – method to be validated.
kwargs – kwargs containing the vendor passthru method’s parameters.
InvalidParameterValue, if any of the parameters have invalid value.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.