Table of Contents

Class WirelessSsidsSection

Namespace
Meraki.Api.Sections.Products.Wireless
Assembly
Meraki.Api.dll

Provides access to wireless ssids API endpoints

public class WirelessSsidsSection
Inheritance
WirelessSsidsSection
Inherited Members

Constructors

WirelessSsidsSection()

public WirelessSsidsSection()

Properties

BonjourForwarding

List the Bonjour forwarding setting and rules for the SSID

public IWirelessSsidsBonjourForwarding BonjourForwarding { get; }

Property Value

IWirelessSsidsBonjourForwarding

DeviceTypeGroupPolicies

List the device type group policies for the SSID

public IWirelessSsidsDeviceTypeGroupPolicies DeviceTypeGroupPolicies { get; }

Property Value

IWirelessSsidsDeviceTypeGroupPolicies

EapOverride

Return the EAP overridden parameters for an SSID

public IWirelessSsidsEapOverride EapOverride { get; }

Property Value

IWirelessSsidsEapOverride

Firewall

Return the L7 firewall rules for an SSID on an MR network

public IWirelessSsidsFirewall Firewall { get; }

Property Value

IWirelessSsidsFirewall

HotSpot20

Return the Hotspot 2.0 settings for an SSID

public IWirelessSsidsHotSpot20 HotSpot20 { get; }

Property Value

IWirelessSsidsHotSpot20

IdentityPsks

List all Identity PSKs in a wireless network

public IWirelessSsidsIdentityPsks IdentityPsks { get; }

Property Value

IWirelessSsidsIdentityPsks

Schedules

List the outage schedule for the SSID

public IWirelessSsidsSchedules Schedules { get; }

Property Value

IWirelessSsidsSchedules

Splash

Modify the splash page settings for the given SSID

public IWirelessSsidsSplash Splash { get; }

Property Value

IWirelessSsidsSplash

Statuses

List status information of all BSSIDs in your organization

public IWirelessSsidsStatuses Statuses { get; }

Property Value

IWirelessSsidsStatuses

TrafficShaping

Display the traffic shaping rules for a SSID on an MR network

public IWirelessSsidsTrafficShaping TrafficShaping { get; }

Property Value

IWirelessSsidsTrafficShaping

Vpn

List the VPN settings for the SSID.

public IWirelessSsidsVpn Vpn { get; }

Property Value

IWirelessSsidsVpn

Methods

GetNetworkWirelessSsidAsync(string, string, CancellationToken)

public Task<Ssid> GetNetworkWirelessSsidAsync(string networkId, string number, CancellationToken cancellationToken = default)

Parameters

networkId string
number string
cancellationToken CancellationToken

Returns

Task<Ssid>

GetNetworkWirelessSsidsAsync(string, CancellationToken)

public Task<List<Ssid>> GetNetworkWirelessSsidsAsync(string networkId, CancellationToken cancellationToken = default)

Parameters

networkId string
cancellationToken CancellationToken

Returns

Task<List<Ssid>>

UpdateNetworkWirelessSsidAsync(string, string, SsidUpdateRequest, CancellationToken)

public Task<Ssid> UpdateNetworkWirelessSsidAsync(string networkId, string number, SsidUpdateRequest updateNetworkSsid, CancellationToken cancellationToken = default)

Parameters

networkId string
number string
updateNetworkSsid SsidUpdateRequest
cancellationToken CancellationToken

Returns

Task<Ssid>