Download OpenAPI specification:Download
API to monitor Power Distribution Unit (PDU), organized by different subsystems.
Returns data related to the Power Distribution Unit (PDU), organized into identification, input, and output sections.
{- "identification": {
- "manufacturer": "Gateview Technologies",
- "model": "POWERLOK 60A 240/240V 1PH",
- "fwVersion": "1.0.3.rc1",
- "partNumber": "-",
- "serialNumber": "20US0K12345678",
- "macAddress": "01:23:34:56:78",
- "userLabel": "Zone1E-S1"
}, - "input": {
- "phaseCount": 1,
- "line": [
- {
- "index": 1,
- "label": "LineA",
- "voltage": 2300,
- "current": 100,
- "frequency": 500,
- "realPower": 1200,
- "apparentPower": 1500,
- "powerFactor": 80,
- "energyLifetime": 5000
}
], - "totalEnergyLifetime": 15000
}, - "output": {
- "groupCount": 1,
- "group": [
- {
- "index": 1,
- "label": "Group1",
- "voltage": 2300,
- "current": 100,
- "realPower": 1200,
- "apparentPower": 1500,
- "powerFactor": 80,
- "energyLifetime": 5000
}
]
}, - "internalTemperature_c": 35
}