API Guide

Table Of Contents
CSIOR Configuration
idrac.config_mgr.enable_csior(): Allows you to enable the CSIOR option in iDRAC which enables the collection of
system inventory on reboot.
idrac.config_mgr.disable_csior(): Allows you to disable the CSIOR option in iDRAC which disables the collection of
system inventory on reboot.
SNMP traps Configuration
idrac.config_mgr.configure_snmp_trap_destination(): Allows you to configure the SNMP trap destination
settings.
SMTP (E-Mail) Configuration
idrac.config_mgr.configure_email_alerts(): Allows you to configure 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 configure the boot mode.
idrac.config_mgr.configure_onetime_boot_mode(): Allows you to et the specified device as the first device in
the boot order for the next boot cycle.
idrac.config_mgr.configure_boot_sequence(): Allows you to configure the boot sequence.
idrac.config_mgr.configure_nvme_mode(): Allows you to configure the NVME mode.
RAID Configuration
Storage Management enables you to perform controller and enclosure functions for all supported RAID and non-RAID controllers
and enclosures. You can configure 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 file 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.
Getting Started
53