Table of Contents

Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItem

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

The top-level propery containing all digital optical monitorting data.

[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItem
Inheritance
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItem
Inherited Members

Constructors

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItem()

public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItem()

Properties

Network

Information regarding the network the switch belongs to

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "network")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemNetwork Network { get; set; }

Property Value

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemNetwork

Ports

The ports associated with the given switch

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "ports")]
public List<OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPort> Ports { get; set; }

Property Value

List<OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPort>

Serial

Unique serial number for switch

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

Property Value

string