curl --location '/redfish/v1/Systems//Oem/Dell/DellRaidService/Actions/DellRaidService.CheckVDValues' \
--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"
]
}'