Table of Contents

Class SwitchPortsUsageHistoryByDeviceByIntervalItemPort

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

The number of ports on the switch with usage data.

[DataContract]
public class SwitchPortsUsageHistoryByDeviceByIntervalItemPort
Inheritance
SwitchPortsUsageHistoryByDeviceByIntervalItemPort
Inherited Members

Properties

Intervals

An array of intervals for a port with bandwidth, traffic, and power usage data.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "intervals")]
public List<SwitchPortsUsageHistoryByDeviceByIntervalItemPortInterval> Intervals { get; set; }

Property Value

List<SwitchPortsUsageHistoryByDeviceByIntervalItemPortInterval>

PortId

The string identifier of this port on the switch. This is commonly just the port number but may contain additional identifying information such as the slot and module-type if the port is located on a port module.

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

Property Value

string