API Guide
Description: The idrac.config_mgr.configure_timezone() allows you to congure the time zone Settings.
Table 88. Parameters for idrac.cong_mgr.congure_timezone
Parameter Name Type Allowed Values
timezone
String Timezone
Description Congures the time zone.
Example:
#Set liason share
myshare = FileOnShare(remote="<IP OR HOSTNAME>:/<NFS-SHARE-PATH>/<FILE-NAME>",
mount_point='Z:\', isFolder=False,
creds=UserCredentials(<USERNAME>, <PASSWORD>))
liason_share_status = idrac.config_mgr.set_liason_share(myshare)
# Configure Timezone
msg = idrac.config_mgr.configure_timezone('US/Pacific')
apply_status = idrac.config_mgr.apply_changes(reboot=False)
Returns: Success or Failure.
Return Type: JSON.
iDRAC Services Conguration API list
idrac.cong_mgr.congure_web_server
API string/Method: idrac.config_mgr.configure_web_server.
Protocol Support: WSMAN, Redfish.
Description: The idrac.config_mgr.configure_web_server() allows you to congure web server Settings.
Table 89.
Parameters for idrac.cong_mgr.congure_web_server
Parameter Name Type Allowed Values
enable_web_server
Enum
Enable_WebServerTypes.Enabled
Enable_WebServerTypes.Disabled
Description Select Enabled to enable the iDRAC web server. This setting is enabled by default.
NOTE: Disabling the web server disables the current web interface session and you
cannot log in to iDRAC web interface or use remote RACADM.
Table 90. Parameters for idrac.cong_mgr.congure_web_server
Parameter Name Type Allowed Values
http_port
Number HTTP Port number
Description Enter the port number that iDRAC uses to listen for a browser connection. The default value is
80. The value must be 1–65535.
34 OpenManage Python SDK API introduction