Table of Contents

Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThreshold

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

Thresholds to be applied to each metric in order to derive error/warning states.

[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThreshold
Inheritance
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThreshold
Inherited Members

Constructors

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThreshold()

public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThreshold()

Properties

LaserBiasCurrent

Minimum/maximum error and warning thresholds for laser bias current readings

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "laserBiasCurrent")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdLaserBiasCurrent LaserBiasCurrent { get; set; }

Property Value

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdLaserBiasCurrent

Power

Minimum/maximum error and warning thresholds for power readings

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "power")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPower Power { get; set; }

Property Value

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdPower

SupplyVoltage

Minimum/maximum error and warning thresholds for supply voltage readings

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "supplyVoltage")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdSupplyVoltage SupplyVoltage { get; set; }

Property Value

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdSupplyVoltage

Temperature

Minimum/maximum error and warning thresholds for temperature readings

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "temperature")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperature Temperature { get; set; }

Property Value

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperature

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