blob: b40a0c08ec79dad98b04589e31b2411eb83d5b75 [file] [log] [blame]
kasunathe8946af2022-05-23 12:32:09 -07001{
2 "@odata.type": "#Circuit.v1_0_0.Circuit",
3 "Id": "A",
4 "Name": "Branch Circuit A",
5 "Status": {
6 "State": "Enabled",
7 "Health": "OK"
8 },
9 "CircuitType": "Branch",
10 "PhaseWiringType": "TwoPhase3Wire",
11 "NominalVoltage": "AC200To240V",
12 "RatedCurrentAmps": 16.0,
13 "BreakerState": "Normal",
14 "PolyPhaseVoltage": {
15 "Line1ToNeutral": {
16 "DataSourceUri": "/redfish/v1/PowerEquipment/RackPDUs/1/Sensors/VoltageAL1N",
17 "Reading": 118.2
18 },
19 "Line1ToLine2": {
20 "DataSourceUri": "/redfish/v1/PowerEquipment/RackPDUs/1/Sensors/VoltageAL1L2",
21 "Reading": 203.5
22 }
23 },
24 "CurrentAmps": {
25 "DataSourceUri": "/redfish/v1/PowerEquipment/RackPDUs/1/Sensors/CurrentA",
26 "Reading": 5.19
27 },
28 "PolyPhaseCurrentAmps": {
29 "Line1": {
30 "DataSourceUri": "/redfish/v1/PowerEquipment/RackPDUs/1/Sensors/CurrentA",
31 "Reading": 5.19
32 }
33 },
34 "PowerWatts": {
35 "DataSourceUri": "/redfish/v1/PowerEquipment/RackPDUs/1/Sensors/PowerA",
36 "Reading": 937.4,
37 "ApparentVA": 937.4,
38 "ReactiveVAR": 0.0,
39 "PowerFactor": 1.0
40 },
41 "PolyPhasePowerWatts": {
42 "Line1ToNeutral": {
43 "DataSourceUri": "/redfish/v1/PowerEquipment/RackPDUs/1/Sensors/PowerA1",
44 "Reading": 937.4,
45 "ApparentVA": 937.4,
46 "ReactiveVAR": 0.0,
47 "PowerFactor": 1.0
48 }
49 },
50 "FrequencyHz": {
51 "DataSourceUri": "/redfish/v1/PowerEquipment/RackPDUs/1/Sensors/FrequencyA",
52 "Reading": 60.0
53 },
54 "EnergykWh": {
55 "DataSourceUri": "/redfish/v1/PowerEquipment/RackPDUs/1/Sensors/EnergyA",
56 "Reading": 325675.0
57 },
58 "Links": {
59 "Outlets": [
60 {
61 "@odata.id": "/redfish/v1/PowerEquipment/RackPDUs/1/Outlets/A1"
62 },
63 {
64 "@odata.id": "/redfish/v1/PowerEquipment/RackPDUs/1/Outlets/A2"
65 },
66 {
67 "@odata.id": "/redfish/v1/PowerEquipment/RackPDUs/1/Outlets/A3"
68 }
69 ]
70 },
71 "@odata.id": "/redfish/v1/PowerEquipment/RackPDUs/1/Branches/A"
72}