Table of Contents

Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistory

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

The history of switch system data, with the most recent snapshot first

[DataContract]
public class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistory
Inheritance
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistory
Inherited Members

Constructors

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistory()

public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistory()

Properties

Counts

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.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCounts Counts { get; set; }

Property Value

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalItemHistoryCounts

EndTs

Timestamp for the end of the switch system historical snapshot, inclusive.

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

Property Value

string

StartTs

Timestamp for the beginning of the switch system historical snapshot, exclusive.

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

Property Value

string