API Guide

HTTP methods and privileges
Table 136. HTTP methods and privileges for StorageController
HTTP method Required privilege
GET Login
Status codes
Table 137. Status codes
HTTP status code Extended information Error message code
200
405 Base.1.0.GeneralError SYS402
500 Base.1.0.InternalError
Volume
Description
This resource is used to represent the collection of Volumes, as presented in the operating system.
NOTE: The POST operation on the Volume collection is supported only on RAID, software RAID, and BOSS controllers.
URL
/redfish/v1/Systems/System.Embedded.1/Storage/<StorageController-Id>/Volumes/
HTTP methods and privileges
Table 138. HTTP methods and privileges for Volume
HTTP method Required privilege
GET Login
POST Login + SystemControl
Parameters
Table 139. Parameters for POST operation
Parameter Description
VolumeType The type of the associated volume
CapacityBytes The size in bytes of this volume — Optional
Name Name of the virtual disk — Optional
OptimumIOSizeBytes Stripe size for virtual disk — Optional
Drives An array of references to the drives that contain this volume. This
references drives that either wholly or partly contain this volume.
Status codes
Table 140. Status codes
HTTP status code Extended information Error message code
200
Redfish resources 105