Initial commit
This commit is contained in:
commit
1b51716d1b
72 changed files with 8204 additions and 0 deletions
13
tests/redfish_json/cli_storage_controllers.json
Normal file
13
tests/redfish_json/cli_storage_controllers.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"@odata.context": "/redfish/v1/$metadata#StorageCollection.StorageCollection",
|
||||
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage",
|
||||
"@odata.type": "#StorageCollection.StorageCollection",
|
||||
"Description": "Collection Of Storage entities",
|
||||
"Members": [
|
||||
{
|
||||
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Slot.6-1"
|
||||
}
|
||||
],
|
||||
"Members@odata.count": 1,
|
||||
"Name": "Storage Collection"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue