Table of Contents

Interface IWirelessSsidsHotSpot20

Namespace
Meraki.Api.Interfaces.Products.Wireless
Assembly
Meraki.Api.dll
public interface IWirelessSsidsHotSpot20

Methods

GetNetworkWirelessSsidHotspot20Async(string, string, CancellationToken)

Return the Hotspot 2.0 settings for an SSID

[Get("/networks/{networkId}/wireless/ssids/{number}/hotspot20")]
Task<Hotspot20> GetNetworkWirelessSsidHotspot20Async(string networkId, string number, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

number string

The SSID number

cancellationToken CancellationToken

Returns

Task<Hotspot20>

Exceptions

ApiException

Thrown when fails to make API call

UpdateNetworkWirelessSsidHotspot20Async(string, string, Hotspot20, CancellationToken)

Update the Hotspot 2.0 settings of an SSID

[Put("/networks/{networkId}/wireless/ssids/{number}/hotspot20")]
Task<Hotspot20> UpdateNetworkWirelessSsidHotspot20Async(string networkId, string number, Hotspot20 hotspot20, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

number string

The SSID number

hotspot20 Hotspot20
cancellationToken CancellationToken

Returns

Task<Hotspot20>

Exceptions

ApiException

Thrown when fails to make API call