API Guide

Table Of Contents
mount_point='Z:\', isFolder=False,
creds=UserCredentials(<USERNAME>, <PASSWORD>))
liason_share_status = idrac.config_mgr.set_liason_share(myshare)
idrac.config_mgr.configure_secure_boot_mode
(
SecureBootModeTypes.UserMode
)
apply_status = idrac.config_mgr.apply_changes(reboot=True)
Returns: Success or Failure.
Return Type: JSON.
idrac.config_mgr.configure_boot_to_network_iso
API string/Method: idrac.config_mgr.configure_boot_to_network_iso.
Protocol Support: WSMAN.
Description: The idrac.config_mgr.configure_boot_to_network_iso() allows you to boot the provided ISO file
for operating system deployment.
Table 121. Parameters for idrac.config_mgr.configure_boot_to_network_iso
Parameter Name Type Allowed Values
sharedetails
String User defined network bootable ISO path.
Description Allows you to configure the network boot mode.
Table 122. Parameters for idrac.config_mgr.configure_boot_to_network_iso
Parameter Name Type
network_iso_image
Object
Description Allows you to reboot to a network ISO image.
Example:
#Set liason share
myshare = FileOnShare(remote="<IP OR HOSTNAME>:/<NFS-SHARE-PATH>/<FILE-NAME>",
mount_point='Z:\',
isFolder=False,
creds=UserCredentials(<USERNAME>, <PASSWORD>))
msg = idrac.config_mgr.boot_to_network_iso(myshare, ' ' )
Returns: Success or Failure.
Return Type: JSON.
idrac.config_mgr.configure_update_from_repo
API string/Method: idrac.config_mgr.configure_update_from_repo.
Protocol Support: WSMAN.
Description: The idrac.config_mgr.configure_update_from_repo() allows you to update the server components
firmware.
Table 123. Parameters for idrac.config_mgr.configure_update_from_repo
Parameter Name Type Allowed Values
catalog_path
Enum User defined network catalog path.
Description Allows you to select the path of the catalog.
OpenManage Python SDK API introduction 41