Table of Contents

Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPort

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

A port associated with the given switch

[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPort
Inheritance
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPort
Inherited Members

Constructors

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPort()

public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPort()

Properties

PortId

Unique identifier for the port

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

Property Value

string

Readings

The digital optical monitoring readings for the individual port, with the most recent snapshot first

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "readings")]
public List<OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReading> Readings { get; set; }

Property Value

List<OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReading>