Class WirelessSection
Provides access to wireless API endpoints
public class WirelessSection
- Inheritance
-
WirelessSection
- Inherited Members
Constructors
WirelessSection()
public WirelessSection()
Properties
AirMarshal
List Air Marshal scan results from a network
public IWirelessAirMarshal AirMarshal { get; }
Property Value
AlternateManagementInterface
Return an action batch
public IWirelessAlternateManagementInterface AlternateManagementInterface { get; }
Property Value
Billing
Return the billing settings of this network
public IWirelessBilling Billing { get; }
Property Value
Bluetooth
Gets the bluetooth
public WirelessBluetoothSection Bluetooth { get; }
Property Value
ChannelUtilizationHistory
Return AP channel utilization over time for a device or network client
public IWirelessChannelUtilizationHistory ChannelUtilizationHistory { get; }
Property Value
ClientCountHistory
Return wireless client counts over time for a network, device, or network client
public IWirelessClientCountHistory ClientCountHistory { get; }
Property Value
Clients
Gets the clients
public WirelessClientsSection Clients { get; }
Property Value
ConnectionStats
Aggregated connectivity info for this network
public IWirelessConnectionStats ConnectionStats { get; }
Property Value
DataRateHistory
Return PHY data rates over time for a network, device, or network client
public IWirelessDataRateHistory DataRateHistory { get; }
Property Value
Devices
Return a single device
public WirelessDevicesSection Devices { get; }
Property Value
EthernetPortsProfile
Create an AP port profile
public IWirelessEthernetPortsProfiles EthernetPortsProfile { get; }
Property Value
FailedConnections
List of all failed client connection events on this network in a given time range
public IWirelessFailedConnections FailedConnections { get; }
Property Value
LatencyHistory
Aggregated latency info for this network, grouped by clients
public IWirelessLatencyHistory LatencyHistory { get; }
Property Value
LatencyStats
Aggregated latency info for a given AP on this network
public IWirelessLatencyStats LatencyStats { get; }
Property Value
MeshStatuses
Aggregated latency info for this network, grouped by clients
public IWirelessMeshStatuses MeshStatuses { get; }
Property Value
Radio
Gets the radio
public WirelessRadioSection Radio { get; }
Property Value
RfProfiles
Creates new RF profile for this network
public IWirelessRfProfiles RfProfiles { get; }
Property Value
Settings
Return the wireless settings for a network
public IWirelessSettings Settings { get; }
Property Value
SignalQualityHistory
Return signal quality (SNR/RSSI) over time for a device or network client
public IWirelessSignalQualityHistory SignalQualityHistory { get; }
Property Value
Ssids
Gets the ssids
public WirelessSsidsSection Ssids { get; }
Property Value
Status
Return the SSID statuses of an access point
public IWirelessStatus Status { get; }
Property Value
UsageHistory
Return AP usage over time for a device or network client
public IWirelessUsageHistory UsageHistory { get; }