API Guide
Table 5. Parameters for sdkinfra.get_driver
Parameter Name Type Allowed Values
ipaddr
String NA
Description The IP address or hostname of the device.
Table 6. Parameters for device type
Parameter Name Type Allowed Values
driver_en
Enumeration of the device type
sdkinfra.driver_enum.iDRAC
sdkinfra.driver_enum.CMC
sdkinfra.driver_enum.Compellent
sdkinfra.driver_enum.EqualLogic
sdkinfra.driver_enum.MDArray
sdkinfra.driver_enum.F10
sdkinfra.driver_enum.NSeries
Description The enumeration of the device type.
Table 7. Parameters for credentials
Parameter Name Type Allowed Values
creds
Dictionary of credentials
Snmpv2Credentials
UserCredentials
Description A bundle of credentials to nd the device driver.
Snmpv2Credentials
UserCredentials
Table 8. Parameters for preferred protocol
Parameter Name Type Allowed Values
protopref
Enumeration of preferred protocol
ProtoPreference(ProtocolEnum.SNMP)
ProtoPreference(ProtocolEnum.WSMAN)
ProtoPreference(ProtocolEnum.REDFISH)
Description The preferred protocol used if the device supports the protocol.
Table 9. Parameters for protocol specic options
Parameter Name Type Allowed Values
pOptions
Dictionary of protocol-specic
options
SNMPOptions
WsManOptions
RedshOptions
Description A protocol-specic option for passed, port, timeout and so on.
OpenManage Python SDK API introduction 9