Bases: Enum
Command Shell constants
The controller supports a command shell connection through the IPMI Serial Over LAN (SOL) protocol.
The controller supports a command shell connection through an OEM- specific protocol.
The controller supports a command shell connection through the SSH protocol.
The controller supports a command shell connection through the Telnet protocol.
Bases: Enum
Connected Via constants
Connected to a client application.
No current connection.
Connected through an OEM-defined method.
Connected to a URI location.
Bases: Enum
Graphical Console constants
The controller supports a graphical console connection through a KVM- IP (redirection of Keyboard, Video, Mouse over IP) protocol.
The controller supports a graphical console connection through an OEM-specific protocol.
Bases: Enum
Manager Type constants
A controller that provides management functions for a particular subsystem or group of devices.
A controller that provides management functions for a single computer system.
A controller that provides management functions for a chassis or group of devices or systems.
A controller that primarily monitors or manages the operation of a device or system.
A controller that provides management functions for a whole or part of a rack.
A software-based service that provides management functions.
Perform an immediate (non-graceful) shutdown, followed by a restart
Perform a graceful shutdown followed by a restart of the system
Bases: Enum
Serial Console constants
The controller supports a serial console connection through the IPMI Serial Over LAN (SOL) protocol.
The controller supports a serial console connection through an OEM- specific protocol.
The controller supports a serial console connection through the SSH protocol.
The controller supports a serial console connection through the Telnet protocol.
Bases: CompositeField
Bases: ResourceBase
Indicates whether the manager is configured for automatic DST adjustment
A list of chassis managed by this manager.
Returns a list of Chassis objects representing the chassis or cabinets managed by this manager.
MissingAttributeError if ‘@odata.id’ field is missing.
A list of Chassis instances
A dictionary containing the remote access support service via command shell (e.g. Telnet, SSH) and max concurrent sessions
The manager description
The manager firmware version
Get the allowed values for resetting the manager.
A set of allowed values.
MissingAttributeError, if Actions/#Manager.Reset attribute not present.
Get the supported values for Command Shell connection types.
A set of supported values.
Get the supported values for Graphical Console connection types.
A set of supported values.
Get the supported values for Serial Console connection types.
A set of supported values.
A dictionary containing the remote access support service via graphical console (e.g. KVMIP) and max concurrent sessions
The manager identity string
The manager type
The manager model
The manager name
Reset the manager.
value – The target value.
InvalidParameterValueError, if the target value is not allowed.
A dictionary containing the remote access support service via serial console (e.g. Telnet, SSH, IPMI) and max concurrent sessions
A list of systems managed by this manager.
Returns a list of System objects representing systems being managed by this manager.
MissingAttributeError if ‘@odata.id’ field is missing.
A list of System instances
The manager UUID
Bases: ResourceCollectionBase
Bases: CompositeField
Bases: CompositeField
Bases: ResourceBase
Get the collection of certificates for this device.
Current virtual media connection methods
Applet: Connected to a client application NotConnected: No current connection Oem: Connected via an OEM-defined method URI: Connected to a URI location
Detach remote media from virtual media
After ejecting media inserted will be False and image_name will be empty.
Virtual Media resource identity string
A URI providing the location of the selected image
The image name
Attach remote media to virtual media
image – a URI providing the location of the selected image
inserted – specify if the image is to be treated as inserted upon completion of the action.
write_protected – indicates the media is write protected
username – User name for the image URI.
password – Password for the image URI.
transfer_method – Transfer method (stream or upload) to use for the image.
Indicates if virtual media is inserted in the virtual device
Check the response code and body and in case of failure
Try to determine if it happened due to missing TransferProtocolType.
List of supported media types as virtual media
The name of resource
Enable or disable certificate validation.
The virtual media status
The transfer method to use with the Image
The user name to access the Image parameter-specified URI
Whether to verify the certificate of the server for the Image
Indicates the media is write protected
Bases: ResourceCollectionBase
A collection of virtual media attached to a Manager
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.