Table of Contents

Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCounts

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

Information, over the given interval, for the number of packets processed and dropped within the entire switch system. For standalone switches, this is the switch. For stacked switches, this is the entire stack.

[DataContract]
public class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCounts
Inheritance
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCounts
Inherited Members

Constructors

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCounts()

public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCounts()

Properties

Dropped

Number of packets dropped by the switch system

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "dropped")]
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsDropped Dropped { get; set; }

Property Value

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsDropped

Processed

Number of packets processed by the switch system

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "processed")]
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsProcessed Processed { get; set; }

Property Value

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCountsProcessed