API Guide

Table 111. Parameters for idrac.cong_mgr.congure_onetime_boot_mode
Parameter Name Type Allowed Values
onetime_boot_mode
Enum
OneTimeBootModeTypes.Disabled
OneTimeBootModeTypes.OneTimeBootSeq
OneTimeBootModeTypes.OneTimeCustomBootSeq
Str
OneTimeBootModeTypes.OneTimeCustomHddSeqS
tr
OneTimeBootModeTypes.OneTimeCustomUefiBoo
tSeqStr
OneTimeBootModeTypes.OneTimeHddSeq
OneTimeBootModeTypes.OneTimeUefiBootSeq
Description Allows you to enable or disable the one time boot mode.
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_onetime_boot_mode(onetime_boot_mode=OneTimeBootModeTypes.OneTimeUefiB
ootSeq)
apply_status = idrac.config_mgr.apply_changes(reboot=True)
Returns: Success or Failure.
Return Type: JSON.
idrac.cong_mgr.congure_boot_sequence
API string/Method: idrac.config_mgr.configure_boot_sequence
Protocol Support: Redfish.
Description: The idrac.config_mgr.configure_boot_sequence() allows you to congure the boot sequence.
Table 112.
Parameters for idrac.cong_mgr.congure_boot_sequence
Parameter Name Type Allowed Values
boot_mode
Enum
BootModeEnum.Bios
BootModeEnum.Uefi
Description Allows you to congure the boot mode to BIOS or UEFI.
48 OpenManage Python SDK API introduction