{ "@Redfish.Copyright": "Copyright © 2014-2015 Distributed Management Task Force, Inc. (DMTF). All rights reserved.", "@odata.context": "/redfish/v1/$metadata#Chassis/Members/$entity", "@odata.id": "/redfish/v1/Chassis/Enc1", "@odata.type": "#Chassis.1.0.0.Chassis", "Id": "Enc1", "Name": "Enclosure With Blades Example - This enclosure is in a rack and this enclosure has one blade. It also is managed by a redundant pair of managers which also manage the blade.", "ChassisType": "Enclosure", "Manufacturer": "ManufacturerName", "Model": "ProductModelName", "SKU": "", "SerialNumber": "2M220100SL", "PartNumber": "", "AssetTag": "CustomerWritableThingy", "Status": { "State": "Enabled", "Health": "OK" }, "Thermal": { "@odata.id": "/redfish/v1/Chassis/Enc1/Thermal" }, "Power": { "@odata.id": "/redfish/v1/Chassis/Enc1/Power" }, "Links": { "ContainedBy": { "@odata.id": "/redfish/v1/Chassis/Rack1" }, "ManagedBy": [ { "@odata.id": "/redfish/v1/Managers/2" }, { "@odata.id": "/redfish/v1/Managers/3" } ], "Contains": [ { "@odata.id": "/redfish/v1/Chassis/Blade1" }, { "@odata.id": "/redfish/v1/Chassis/Blade2" } ], "Oem": {} } }