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
Table 92. Parameters for idrac.config_mgr.configure_web_server
Parameter Name Type Allowed Values
Timeout
Number Timeout seconds
Description
Enter the time (in seconds) for which a connection is allowed to remain Idle.
The session is canceled when the time-out is reached.
Changes to the timeout setting do not affect the current session.
When you change this time, you must logout and log in again for the new setting to take
effect.
Timeout range is 60–10,800 seconds.
The default value is 1800 seconds.
Table 93. Parameters for idrac.config_mgr.configure_web_server
Parameter Name Type Allowed Values
ssl_encryption
Enum
SSLEncryptionBitLength_WebServerTypes.A
uto_Negotiate
SSLEncryptionBitLength_WebServerTypes.1
28–bit or higher
SSLEncryptionBitLength_WebServerTypes.1
68–bit or higher
SSLEncryptionBitLength_WebServerTypes.2
56–bit or higher
Description To specify the level of SSL encryption for providing authenticated and encrypted
communication between clients and servers, select one of the following options:
Auto Negotiate—Enables auto-negotiation of the SSL encryption between client and
the server by using all industry standard encryption algorithms.
NOTE: This option includes weaker SSL encryption algorithm, which reduces the
security.
128–bit or higher—Enables SSL encryption between client and server using the
industry standard 128-bit or higher.
168–bit or higher—Enables SSL encryption between client and server using 168-
bit or higher.
256–bit or higher—Enables SSL encryption between client and server using 256-
bit or higher.
If you select 256–bit or higher an are using Java, the following warning message is
displayed:
Selecting a higher SSL encryption enhances the security.
However, the cryptography settings for your virtual machine
environment (JVM, IcedTea)
may require installing the Unlimited Strength Java ™
Cryptography Extension Policy
Files to permit usage of iDRAC plugins such as vConsole with
this higher level of
encryption.
NOTE:
Using this level of encryption may have import or export implications. For
more guidance, contact your legal department.
Table 94. Parameters for idrac.config_mgr.configure_web_server
Parameter Name Type Allowed Values
tls_protocol
Enum
TLSProtocol_WebServerTypes.TLS 1.0 and
Higher
TLSProtocol_WebServerTypes.TLS 1.1 and
30 OpenManage Python SDK API introduction