Table of Contents

Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReading

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

A reading for a specific port

[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReading
Inheritance
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReading
Inherited Members

Constructors

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReading()

public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReading()

Properties

ByMetric

All reading data, grouped by the reading metric

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "byMetric")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetric ByMetric { get; set; }

Property Value

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetric

EndTs

Timestamp for the end of the bandwidth usage snapshot, inclusive.

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

Property Value

string

SfpProductId

The product ID for the Small Form Factor Pluggable (SFP) currently inserted into the given port

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

Property Value

string

StartTs

Timestamp for the beginning of the bandwidth usage snapshot, exclusive.

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

Property Value

string

ThresholdSetId

Unique identifier used to associate readings from the Small Form Factor Pluggable (SFP) module to the appropriate set of thresholds

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

Property Value

string