PduTelemetry

PduTelemetry service endpoints

Get the history list of power usage for a pdu

get
Authorizations
PRIVATE-TOKENstringRequired
Path parameters
pduIdintegerRequired
Query parameters
startTimeintegerOptional

Unix timestamp. Filter from time, default value is -1 day

endTimeintegerOptional

Unix timestamp. Filter to time, default value is now

Responses
chevron-right
200

OK

application/json
unitstringRead-onlyRequired

Unit of data frequency, which is always null in this endpoint. This property is there for consistency across all telemetry endpoints. It's null because the data is not aggregated

get
/v3/telemetry/pdu/{pduId}

Last updated

Was this helpful?