API Guide
sdkcreds.UserCredentials
API string/Method: sdkcreds.UserCredentials .
Description: Credentials username and password for WSMAN communication with the device.
Table 16. Parameters for sdkcreds.UserCredentials
Parameter Name Type
username
String
Description User name for WSMAN communication.
Table 17. Parameter for password
Parameter Name Type Allowed Values
password
String NA
Description Password for WSMAN communication.
Example:
idrac=sd.find_driver(ipaddr,creds=UserCredentials("root", "calvin"))
sdkwsmanbase.WsManOptions
API string/Method: sdkwsmanbase.WsManOptions .
Description: Options to establish WSMAN communication.
Table 18.
Parameters for sdkwsmanbase.WsManOptions
Parameter Name Type Allowed Values
authentication
AuthenticationType NA
Description HTTP authentication type Basic, Digest.
Table 19. Parameter for port
Parameter Name Type Allowed Values
port
Integer NA
Description HTTPS port number for WSMAN communication.
14 OpenManage Python SDK API introduction