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