Table of Contents

Class SwitchPortsUsageHistoryByDeviceByIntervalItemPortInterval

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

An interval for a port with bandwidth, traffic, and power usage data.

[DataContract]
public class SwitchPortsUsageHistoryByDeviceByIntervalItemPortInterval
Inheritance
SwitchPortsUsageHistoryByDeviceByIntervalItemPortInterval
Inherited Members

Properties

Bandwidth

A breakdown of the average speed of data that has passed through this port during the interval.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "bandwidth")]
public SwitchPortsUsageHistoryByDeviceByIntervalItemPortIntervalBandwidth Bandwidth { get; set; }

Property Value

SwitchPortsUsageHistoryByDeviceByIntervalItemPortIntervalBandwidth

Data

A breakdown of how many kilobytes have passed through this port during the interval timespan.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "data")]
public SwitchPortsUsageHistoryByDeviceByIntervalItemPortIntervalData Data { get; set; }

Property Value

SwitchPortsUsageHistoryByDeviceByIntervalItemPortIntervalData

EndTs

The end timestamp of the given interval.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endTs")]
public string EndTs { get; set; }

Property Value

string

Energy

How much energy (in watt-hours) has been delivered by this port during the interval.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "energy")]
public SwitchPortsUsageHistoryByDeviceByIntervalItemPortIntervalEnergy Energy { get; set; }

Property Value

SwitchPortsUsageHistoryByDeviceByIntervalItemPortIntervalEnergy

StartTs

The starting timestamp of the given interval.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startTs")]
public string StartTs { get; set; }

Property Value

string