The collection of SimpleStorage resource instances.
Privilege: Login
Note: This URI has been updated to meet the latest Redfish specification based URI naming conventions. The following non-compliant URI may get deprecated in future releases. Old URI: '/redfish/v1/Systems/{ComputerSystemId}/SimpleStorage/Controllers'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//SimpleStorage' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#SimpleStorageCollection.SimpleStorageCollection",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/SimpleStorage",
"@odata.type": "#SimpleStorageCollection.SimpleStorageCollection",
"Description": "Collection of Controllers for this system",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/SimpleStorage/RAID.Embedded.1-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/SimpleStorage/RAID.SL.4-1"
}
],
"Members@odata.count": 2,
"Name": "Simple Storage Collection"
}