Table of Contents

Class OrganizationWirelessControllerDevicesInterfacesUsageHistoryByIntervalItemInterval

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

Time interval snapshot of interfaces usage data of the wireless LAN controller

[DataContract]
public class OrganizationWirelessControllerDevicesInterfacesUsageHistoryByIntervalItemInterval
Inheritance
OrganizationWirelessControllerDevicesInterfacesUsageHistoryByIntervalItemInterval
Inherited Members

Constructors

OrganizationWirelessControllerDevicesInterfacesUsageHistoryByIntervalItemInterval()

public OrganizationWirelessControllerDevicesInterfacesUsageHistoryByIntervalItemInterval()

Properties

ByInterface

The usage data on the interfaces of the wireless LAN controller

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "byInterface")]
public List<OrganizationWirelessControllerDevicesInterfacesUsageHistoryByIntervalItemIntervalByInterfaceItem> ByInterface { get; set; }

Property Value

List<OrganizationWirelessControllerDevicesInterfacesUsageHistoryByIntervalItemIntervalByInterfaceItem>

EndTs

The end time interval snapshots of the query range with iso8601 format

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

Property Value

string

Overall

The overall usage of all queried interfaces of the wireless LAN controller

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "overall")]
public OrganizationWirelessControllerDevicesInterfacesUsageHistoryByIntervalItemIntervalOverall Overall { get; set; }

Property Value

OrganizationWirelessControllerDevicesInterfacesUsageHistoryByIntervalItemIntervalOverall

StartTs

The start time interval snapshots of the query range with iso8601 format

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

Property Value

string