blob: 40cc88de3f9df10dbc545031e67fb52db5510380 [file] [log] [blame]
Nikhil Namjoshida6e5572023-03-13 10:52:53 -07001{
2 "@odata.id": "/redfish/v1/Chassis/SomeChassis",
3 "Links": {
4 "ComputerSystems": [
5 {
6 "@odata.id": "/redfish/v1/Systems/system"
7 }
8 ],
9 "ContainedBy": {
10 "@odata.id": "/redfish/v1/Chassis/SomeOtherChassis"
11 },
12 "Contains": [
13 {
14 "@odata.id": "/redfish/v1/Chassis/Disk_0"
15 },
16 {
17 "@odata.id": "/redfish/v1/Chassis/Disk_1"
18 }
19 ],
20 "Contains@odata.count": 2,
21 "Storage": [
22 {
23 "@odata.id": "/redfish/v1/Systems/system/Storage/SATA"
24 }
25 ],
26 "Storage@odata.count": 1,
27 "Drives": [
28 {
29 "@odata.id": "/redfish/v1/Chassis/SomeChassis/Drives/SATA_0"
30 }
31 ],
32 "Drives@odata.count": 1
33 }
34}