Class OrganizationsWirelessDevicesSection
- Namespace
- Meraki.Api.Sections.General.Organizations
- Assembly
- Meraki.Api.dll
Provides access to organizations wireless devices API endpoints
public class OrganizationsWirelessDevicesSection
- Inheritance
-
OrganizationsWirelessDevicesSection
- Inherited Members
Constructors
OrganizationsWirelessDevicesSection()
public OrganizationsWirelessDevicesSection()
Properties
ChannelUtilization
Get average channel utilization for all bands in a network, split by AP
public IOrganizationsWirelessDevicesChannelUtilization ChannelUtilization { get; }
Property Value
Latency
Get latency summaries for all wireless devices in an organization.
public IOrganizationsWirelessDevicesLatency Latency { get; }
Property Value
PacketLoss
Get average packet loss for the given timespan for all clients in the organization.
public IOrganizationsWirelessDevicesPacketLoss PacketLoss { get; }
Property Value
Radio
List the AFC power limits of an organization by device
public IOrganizationsWirelessRadio Radio { get; }
Property Value
Radsec
Gets the radsec
public OrganizationsWirelessRadsecSection Radsec { get; }