blob: 80f43fe28831919498db173676fcbe98c7c35f68 [file] [log] [blame]
Scott Bakerbdb962b2020-04-03 10:53:36 -07001{
2 "@odata.type": "#Power.v1_1_0.Power",
3 "Name": "Power Collection",
4 "@odata.context": "/redfish/v1/$metadata#Power.Power",
5 "PowerSupplies": [
6 {
7 "SerialNumber": "TA020V581717000002",
8 "Name": "Power Supplies Unit",
9 "MemberId": "1",
10 "Status": {
11 "State": "Enabled",
12 "Health": "OK"
13 },
14 "FirmwareVersion": null,
15 "Manufacturer": null,
16 "Model": "YM-2651Y",
17 "RelatedItem": [
18 {
19 "@odata.id": "/redfish/v1/Chassis/1"
20 }
21 ],
22 "PowerCapacityWatts": null,
23 "@odata.id": "/redfish/v1/Chassis/1/Power",
24 "LineInputVoltage": null,
25 "SparePartNumber": null,
26 "LineInputVoltageType": null,
27 "LastPowerOutputWatts": 175,
28 "Oem": {},
29 "PartNumber": null,
30 "PowerSupplyType": "AC"
31 },
32 {
33 "SerialNumber": "NULL",
34 "Name": "Power Supplies Unit",
35 "MemberId": "2",
36 "Status": {
37 "State": "UnavailableOffline",
38 "Health": "OK"
39 },
40 "FirmwareVersion": null,
41 "Manufacturer": null,
42 "Model": "NULL",
43 "RelatedItem": [
44 {
45 "@odata.id": "/redfish/v1/Chassis/1"
46 }
47 ],
48 "PowerCapacityWatts": null,
49 "@odata.id": "/redfish/v1/Chassis/1/Power",
50 "LineInputVoltage": null,
51 "SparePartNumber": null,
52 "LineInputVoltageType": null,
53 "LastPowerOutputWatts": 0,
54 "Oem": {},
55 "PartNumber": null,
56 "PowerSupplyType": "Unknown"
57 }
58 ],
59 "Id": "Power",
60 "PowerControl": [
61 {
62 "Name": "System Power Control",
63 "MemberId": "1",
64 "PowerCapacityWatts": 0,
65 "PowerAvailableWatts": null,
66 "PowerLimit": {
67 "LimitException": null,
68 "CorrectionInMs": null,
69 "LimitInWatts": null
70 },
71 "RelatedItem": [
72 {
73 "@odata.id": "/redfish/v1/Chassis/1"
74 }
75 ],
76 "PowerConsumedWatts": 175,
77 "@odata.id": "/redfish/v1/Chassis/1/Power",
78 "Status": {
79 "State": "Enabled",
80 "Health": "OK"
81 },
82 "PowerRequestedWatts": null,
83 "PowerAllocatedWatts": null,
84 "Oem": {}
85 },
86 {
87 "Name": "System Power Control",
88 "MemberId": "2",
89 "PowerCapacityWatts": 0,
90 "PowerAvailableWatts": null,
91 "PowerLimit": {
92 "LimitException": null,
93 "CorrectionInMs": null,
94 "LimitInWatts": null
95 },
96 "RelatedItem": [
97 {
98 "@odata.id": "/redfish/v1/Chassis/1"
99 }
100 ],
101 "PowerConsumedWatts": 0,
102 "@odata.id": "/redfish/v1/Chassis/1/Power",
103 "Status": {
104 "State": "UnavailableOffline",
105 "Health": "OK"
106 },
107 "PowerRequestedWatts": null,
108 "PowerAllocatedWatts": null,
109 "Oem": {}
110 }
111 ],
112 "Description": "Collection of Power",
113 "@odata.id": "/redfish/v1/Chassis/1/Power",
114 "Oem": {},
115 "Voltages": [
116 {
117 "LowerThresholdFatal": null,
118 "Name": "Voltage",
119 "MemberId": "1",
120 "LowerThresholdCritical": null,
121 "PhysicalContext": "VoltageRegulator",
122 "RelatedItem": [
123 {
124 "@odata.id": "/redfish/v1/Chassis/1"
125 }
126 ],
127 "@odata.id": "/redfish/v1/Chassis/1/Power",
128 "LowerThresholdNonCritical": null,
129 "SensorNumber": 1,
130 "Status": {
131 "State": "Enabled",
132 "Health": "OK"
133 },
134 "UpperThresholdNonCritical": null,
135 "UpperThresholdFatal": null,
136 "UpperThresholdCritical": null,
137 "ReadingVolts": 11.89
138 },
139 {
140 "LowerThresholdFatal": null,
141 "Name": "Voltage",
142 "MemberId": "2",
143 "LowerThresholdCritical": null,
144 "PhysicalContext": "VoltageRegulator",
145 "RelatedItem": [
146 {
147 "@odata.id": "/redfish/v1/Chassis/1"
148 }
149 ],
150 "@odata.id": "/redfish/v1/Chassis/1/Power",
151 "LowerThresholdNonCritical": null,
152 "SensorNumber": 2,
153 "Status": {
154 "State": "Enabled",
155 "Health": "OK"
156 },
157 "UpperThresholdNonCritical": null,
158 "UpperThresholdFatal": null,
159 "UpperThresholdCritical": null,
160 "ReadingVolts": 0
161 }
162 ]
163}