API Guide
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.cong_mgr.congure_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 le for
operating system deployment.
Table 121. Parameters for idrac.cong_mgr.congure_boot_to_network_iso
Parameter Name Type Allowed Values
sharedetails
String User dened network bootable ISO path.
Description Allows you to congure the network boot mode.
Table 122. Parameters for idrac.cong_mgr.congure_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.cong_mgr.congure_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 rmware.
48
OpenManage Python SDK API introduction