API Guide

apply_update=True,
reboot_needed=True,
job_wait=True
)
Returns: Success or Failure.
Return Type: JSON.
RAID Conguration API list
This section lists the available RAID conguration APIs.
idrac.cong_mgr.RaidHelper.new_virtual_disk
API string/Method: idrac.config_mgr.RaidHelper.new_virtual_disk
Protocol Support: WSMAN, Redfish.
Description: The idrac.config_mgr.RaidHelper.new_virtual_disk() allows you to create a RAID.
Table 121. Parameters for idrac.cong_mgr.RaidHelper.new_virtual_disk
Parameter Name Type Allowed Values
vd_name
String User dened
Description Name of the virtual disk.
Table 122. Parameters for idrac.cong_mgr.RaidHelper.new_virtual_disk
Parameter Name Type Allowed Values
Span_depth
Number User dened values
Description Depth of the disk span.
Table 123. Parameters for idrac.cong_mgr.RaidHelper.new_virtual_disk
Parameter Name Type Allowed Values
Span_length
Number User dened values
Description Length of the disk span.
Table 124. Parameters for idrac.cong_mgr.RaidHelper.new_virtual_disk
Parameter Name Type Allowed Values
RAIDTypes
ENUM
RAIDTypesTypes.RAID_0
RAIDTypesTypes.RAID_1
RAIDTypesTypes.RAID_10
RAIDTypesTypes.RAID_5
RAIDTypesTypes.RAID_50
52 OpenManage Python SDK API introduction