API Guide

Table 123. Parameters for idrac.cong_mgr.congure_update_from_repo
Parameter Name Type Allowed Values
catalog_path
Enum User dened network catalog path.
Description Allows you to select the path of the catalog.
Table 124. Parameters for idrac.cong_mgr.congure_update_from_repo
Parameter Name Type Allowed Values
apply_update
Boolean True
Description Allows you to apply the update to the rmware.
Table 125. Parameters for idrac.cong_mgr.congure_update_from_repo
Parameter Name Type Allowed Values
reboot_needed
Boolean False
Description Allows you to perform a reboot.
Table 126. Parameters for idrac.cong_mgr.congure_update_from_repo
Parameter Name Type Allowed Values
job_wait
Boolean True/False
Description
True - Wait for the performed export Server Conguration Prole jobs to complete.
False - Returns only the JobID.
Example:
#Set liason share
myshare = (remote="<IP OR HOSTNAME>:/<NFS-SHARE-PATH>/<FILE-NAME>")
myshare.addcreds(UserCredentials(<USERNAME>, <PASSWORD>))
myshare.printx()
liason_share_status = idrac.config_mgr.set_liason_share(myshare)
idrac.update_mgr.update_from_repo
(
catalog_path = myshare,
apply_update = True,
reboot_needed = False,
job_wait = True
)
apply_status = idrac.config_mgr.apply_changes(reboot=True)
Returns: Success or Failure.
Return Type: JSON.
RAID Conguration API list
This section lists the available RAID conguration APIs.
OpenManage Python SDK API introduction
49