API Guide
idrac.config_mgr.configure_snmp_trap_destination(): Allows you to congure the SNMP trap destination settings.
SMTP (E-Mail) Conguration
idrac.config_mgr.configure_email_alerts(): Allows you to congure to receive the alerts.
BIOS Boot settings
The following section provides the information about the system BIOS Boot settings.
BIOS Boot settings
Using the System BIOS Settings utility, you can set the managed system to boot. The managed system attempts to boot from a bootable
device based on the boot order.
• idrac.config_mgr.configure_boot_mode(): Allows you to congure the boot mode.
• idrac.config_mgr.configure_onetime_boot_mode(): Allows you to et the specied device as the rst device in the boot
order for the next boot cycle.
• idrac.config_mgr.configure_boot_sequence(): Allows you to congure the boot sequence.
• idrac.config_mgr.configure_nvme_mode(): Allows you to congure the NVME mode.
RAID Conguration
Storage Management enables you to perform controller and enclosure functions for all supported RAID and non-RAID controllers and
enclosures. You can congure and manage the controller functions without accessing the BIOS.
Create Virtual Disk
A virtual disk refers to a storage created by a RAID controller from one or more physical disks. Although a virtual disk may be created from
several physical disks, it is viewed by the operating system as a single disk.
idrac.config_mgr.RaidHelper.new_virtual_disk(): To create the virtual disk.
Delete Virtual Disk
Deleting a virtual disk destroys all information including le systems and volumes residing on the virtual disk.
idrac.config_mgr.RaidHelper.delete_virtual_disk(): To delete the virtual disk.
iDRAC LC jobs
The following section provides information about the status of jobs.
Job API's
The following API's provide the information about the job status from LC.
Delete single job
62
Getting Started