The CheckVDValues() method is used to determine the possible sizes of Virtual disks and the default settings, proviced a RAID level and set of physical disks. The VDPropArray property is filled with Size and other values, so that the method is successfully executed. If the SpanDepth is not provided, a default value of 2 shall be used for RAID levels 10, 50, and 60. NOTE: For certain numbers of disks such as nine or fifteen, it may be necessary for the user to provide another SpanDepth.
Note: This action has been deprecated. This has been depricated from version v1_6_0
Privilege: Login
NOTE: For certain numbers of disks such as nine or fifteen, it may be necessary for the user to provide another SpanDepth.
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Systems//Oem/Dell/DellRaidService/Actions/DellRaidService.CheckVDValues' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"PDArray": [
"PhysicalDiskFQDDString"
],
"TargetFQDD": "ControllerFQDDString",
"VDPropNameArrayIn": [
"RAIDLevel",
"Size",
"SpanDepth",
"SpanLength",
"StartingLBA",
"T10PIStatus"
],
"VDPropValueArrayIn": [
"RaidLevelValue",
"SizeinMB",
"spanDepValue",
"spanLenValue",
"startLogicalBloclAddress",
"0"
]
}'{}