Class OrganizationsWirelessSection
- Namespace
- Meraki.Api.Sections.General.Organizations
- Assembly
- Meraki.Api.dll
Provides access to organizations wireless API endpoints
public class OrganizationsWirelessSection
- Inheritance
-
OrganizationsWirelessSection
- Inherited Members
Constructors
OrganizationsWirelessSection()
public OrganizationsWirelessSection()
Properties
Certificates
Gets the certificates
public OrganizationsWirelessCertificatesSection Certificates { get; set; }
Property Value
Clients
List access point client count at the moment in an organization
public IOrganizationsWirelessClients Clients { get; }
Property Value
Devices
Return a single device
public OrganizationsWirelessDevicesSection Devices { get; }
Property Value
LocationScanning
Return scanning API settings
public IOrganizationsWirelessLocationScanning LocationScanning { get; }
Property Value
Mqtt
Return MQTT Settings for networks
public IOrganizationsWirelessMqtt Mqtt { get; }
Property Value
OpportunisticPcap
List the Opportunistic Pcap settings of an organization by network
public IOrganizationsWirelessOpportunisticPcap OpportunisticPcap { get; }
Property Value
Ssids
Gets the ssids
public OrganizationsWirelessSsidsSection Ssids { get; }
Property Value
Zigbee
Return list of Zigbee configs
public IOrganizationsWirelessZigbee Zigbee { get; }