API Guide
idrac.cong_mgr.congure_secure_boot_mode
API string/Method: idrac.config_mgr.configure_secure_boot_mode
Protocol Support: Redfish.
Description: The idrac.config_mgr.configure_secure_boot_mode() allows you to congure the Secure boot Mode.
Table 115. Parameters for idrac.cong_mgr.congure_secure_boot_mode
Parameter Name Type Allowed Values
secure_boot_mode
Enum
SecureBootModeTypes.AuditMode
SecureBootModeTypes.DeployedMode
SecureBootModeTypes.SetupMode
SecureBootModeTypes.UserMode
Description Congures how the BIOS uses the Secure boot Policy.
Example:
#Set liason share
myshare = FileOnShare(remote="<IP OR HOSTNAME>:/<NFS-SHARE-PATH>",
mount_point='Z:\', isFolder=True,
creds=UserCredentials(<USERNAME>, <PASSWORD>))
liason_share_status = idrac.config_mgr.set_liason_share(myshare)
idrac.config_mgr.configure_secure_boot_mode(
secure_boot_mode=SecureBootModeTypes.AuditMode)
apply_status = idrac.config_mgr.apply_changes(reboot=True)
Returns: Success or Failure.
Return Type: JSON.
idrac.cong_mgr.boot_to_network_iso
API string/Method: idrac.config_mgr.boot_to_network_iso
Protocol Support: WSMAN.
Description: The idrac.config_mgr.boot_to_network_iso() allows you to boot the provided ISO le for operating system
deployment.
Table 116.
Parameters for idrac.cong_mgr.boot_to_network_iso
Parameter Name Type Allowed Values
myshare
String User dened network bootable ISO path.
Description Allows you to congure the network boot mode.
Example:
#Set liason share
myshare = FileOnShare(remote="<IP OR HOSTNAME>:/<NFS-SHARE-PATH>/<ISO Image name>",
50
OpenManage Python SDK API introduction