Class SwitchPowerHistorySummary
[DataContract]
public class SwitchPowerHistorySummary
- Inheritance
-
SwitchPowerHistorySummary
- Inherited Members
Properties
Draw
The PoE power draw in watts for all switch ports in the organization for the given interval.
[DataMember(Name = "draw")]
public double Draw { get; set; }
Property Value
Ts
Timestamp of the start of the interval.
[DataMember(Name = "ts")]
public string Ts { get; set; }