Skip to main content

GET – Volume Collection

Dependence

  1. It displays the collection of volume resource instances available in the system.

  2. These resources are populated by Host Interface, and Extra AMI BIOS Support is needed.

Request

GET https://{{ip}}/redfish/v1/Systems/Self/Storage/{{Storage_instance}}/Volume
Content-Type: application/json

Response

Please refer to Collection Properties for the JSON response property.

Response example

{
"@odata.context": "/redfish/v1/$metadata#VolumeCollection.VolumeCollection",
"@odata.etag": "\"1619183398\"",
"@odata.id": "/redfish/v1/Systems/Self/Storage/1/Volumes",
"@odata.type": "#VolumeCollection.VolumeCollection",
"Description": "The Collection for Volumes",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/Self/Storage/1/Volumes/VOL0"
}
],
"Members@odata.count": 1,
"Name": "Volume Collection"
}