redfish-cli/tests/redfish_json/api_chassis.json
2023-09-11 20:22:22 +10:00

16 lines
No EOL
465 B
JSON

{
"@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"
}