API Guide
Table Of Contents
- Dell EMC OpenManage Python Software Development Kit Version 1.0 API Reference Guide
- Introduction to OpenManage python software development toolkit
- Installation and Uninstallation of OMPSDK
- OpenManage Python SDK API introduction
- OpenManage Python SDK API list
- Monitoring API list
- Administration tasks API list
- Export and Import Tasks API list
- Server iDRAC Settings Configuration API list
- Boot Settings Configuration API list
- RAID Configuration API list
- iDRAC LC Jobs API list
- iDRAC LC Status Check API list
- OpenManage Python SDK API list
- Getting Started
Description: Credentials username and password for WSMAN communication with the device.
Table 18. Parameters for Sdkcreds.UserCredentials
Parameter Name Type
username
String
Description User name for WSMAN communication.
Table 19. Parameter for password
Parameter Name Type Allowed Values
password
String NA
Description Password for WSMAN communication.
Sdkwsmanbase.WsManOptions
API string/Method: Sdkwsmanbase.WsManOptions .
Description: Options to establish WSMAN communication.
Table 20. Parameters for Sdkwsmanbase.WsManOptions
Parameter Name Type Allowed Values
authentication
AuthenticationType NA
Description HTTP authentication type Basic, Digest.
Table 21. Parameter for port
Parameter Name Type Allowed Values
port
Integer NA
Description HTTPS port number for WSMAN communication.
Table 22. Parameter for connection time-out
Parameter Name Type Allowed Values
connection_timeout
Integer NA
Description Time in seconds to wait for the server to connect before giving up.
Table 23. Parameter for read time-out
Parameter Name Type Allowed Values
read_timeout
Integer NA
Description Time in seconds to wait for the server to read data before giving up.
Table 24. Parameter for max retries
Parameter Name Type Allowed Values
max_retries
Integer NA
Description HTTP connection retries in case of failures.
Table 25. Parameter for verifying SSL certificate
Parameter Name Type Allowed Values
verify_ssl
Boolean NA
Description SSL certificate verification.
12 OpenManage Python SDK API introduction