Table of Contents

Class OrganizationWirelessRadioRfHealthOverviewByNetworkByIntervalItemReadingHealthMetricsByBandItem

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

Organization Wireless Radio Rf Health Overview By Network By Interval Item Reading Health Metrics By Band Item

[DataContract]
public class OrganizationWirelessRadioRfHealthOverviewByNetworkByIntervalItemReadingHealthMetricsByBandItem
Inheritance
OrganizationWirelessRadioRfHealthOverviewByNetworkByIntervalItemReadingHealthMetricsByBandItem
Inherited Members

Constructors

OrganizationWirelessRadioRfHealthOverviewByNetworkByIntervalItemReadingHealthMetricsByBandItem()

public OrganizationWirelessRadioRfHealthOverviewByNetworkByIntervalItemReadingHealthMetricsByBandItem()

Properties

Band

The band, e.g. "2.4", "5" or "6".

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

Property Value

string

ChannelChanges

The number of channel changes during this interval.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "channelChanges")]
public int ChannelChanges { get; set; }

Property Value

int

HighCciPercentage

The percentage of time channel utilization due to co-channel interference was classified as high.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "highCciPercentage")]
public int HighCciPercentage { get; set; }

Property Value

int

RfScore

The RF health score, from 0 to 100.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "rfScore")]
public int RfScore { get; set; }

Property Value

int