blob: c796835d18554e54aae3578f462be650907505cc [file] [log] [blame]
mc20a4b5f2019-10-16 20:28:24 +00001{
2 "Oem" : {
3 "Intel_RackScale" : {
4 "Location" : {
5 "Id" : null,
6 "ParentId" : null
7 },
8 "@odata.type" : "#Intel.Oem.Chassis"
9 }
10 },
11 "Links" : {
12 "Oem" : {
13 "Intel_RackScale" : {
14 "@odata.type" : "#Intel.Oem.ChassisLinks",
15 "Switches" : [
16 {
17 "@odata.id" : "/redfish/v1/EthernetSwitches/1"
18 }
19 ]
20 }
21 },
22 "Drives" : [
23 {
24 "@odata.id" : "/redfish/v1/Chassis/1/Drives/1"
25 }
26 ],
27 "ManagedBy" : [
28 {
29 "@odata.id" : "/redfish/v1/Managers/1"
30 }
31 ],
32 "Storage" : [
33 {
34 "@odata.id" : "/redfish/v1/Systems/1/Storage/1"
35 }
36 ],
37 "ComputerSystems" : [
38 {
39 "@odata.id" : "/redfish/v1/Systems/1"
40 }
41 ],
42 "@odata.type" : "#Chassis.v1_2_0.Links",
43 "Contains" : []
44 },
45 "Power" : {
46 "@odata.id" : "/redfish/v1/Chassis/1/Power"
47 },
48 "Name" : "Chassis",
49 "Id" : "1",
50 "@odata.id" : "/redfish/v1/Chassis/1",
51 "@odata.context" : "/redfish/v1/$metadata#Chassis.Chassis",
52 "@odata.type" : "#Chassis.v1_3_0.Chassis",
53 "PowerState" : "On",
54 "PartNumber" : "",
55 "Status" : {
56 "State" : "Enabled",
57 "HealthRollup" : "OK",
58 "Health" : "OK"
59 },
60 "Actions" : {
61 "#Chassis.Reset" : {
62 "target" : "/redfish/v1/Chassis/1/Actions/Chassis.Reset",
63 "ResetType@Redfish.AllowableValues" : [
64 "ForceOff",
65 "GracefulShutdown",
66 "GracefulRestart",
67 "ForceRestart"
68 ]
69 }
70 },
71 "Manufacturer" : "",
72 "SerialNumber" : "",
73 "AssetTag" : "N/A",
74 "Description" : "Chassis of ",
75 "SKU" : null,
76 "Thermal" : {
77 "@odata.id" : "/redfish/v1/Chassis/1/Thermal"
78 },
79 "ChassisType" : "Drawer",
80 "IndicatorLED" : "Lit",
81 "Model" : ""
82}