GET – Simple Storage Collection
Dependence
This represents the collection of Simple Storage resources.
These resources are populated by Host Interface, and Northbound API Support is needed.
Request
GET https://{{ip}}/redfish/v1/Systems/{{system_instance}}/SimpleStorage
Content-Type: application/json
Response
Please refer to Collection Properties for the JSON response property.
Response example
{
"@odata.context": "/redfish/v1/$metadata#SimpleStorageCollection.SimpleStorageCollection",
"@odata.etag": "\"1619183398\"",
"@odata.id": "/redfish/v1/Systems/Self/SimpleStorage",
"@odata.type": "#SimpleStorageCollection.SimpleStorageCollection",
"Description": "Collection of simple storage for this system",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/Self/SimpleStorage/USB_Controller1"
},
{
"@odata.id": "/redfish/v1/Systems/Self/SimpleStorage/SATA_Controller_2"
},
{
"@odata.id": "/redfish/v1/Systems/Self/SimpleStorage/USB_Controller0"
},
{
"@odata.id": "/redfish/v1/Systems/Self/SimpleStorage/SATA_Controller_3"
}
],
"Members@odata.count": 4,
"Name": "Simple Storage Collection"
}
Give documentation feedback