Table of Contents

Interface IWirelessSsidsDeviceTypeGroupPolicies

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

Methods

GetNetworkWirelessSsidDeviceTypeGroupPoliciesAsync(string, string, CancellationToken)

List the device type group policies for the SSID

[Get("/networks/{networkId}/wireless/ssids/{number}/deviceTypeGroupPolicies")]
Task<DeviceTypeGroupPolicies> GetNetworkWirelessSsidDeviceTypeGroupPoliciesAsync(string networkId, string number, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

number string

The SSID number

cancellationToken CancellationToken

Returns

Task<DeviceTypeGroupPolicies>

Exceptions

ApiException

Thrown when fails to make API call

UpdateNetworkWirelessSsidDeviceTypeGroupPoliciesAsync(string, string, DeviceTypeGroupPolicies, CancellationToken)

Update the device type group policies for the SSID

[Put("/networks/{networkId}/wireless/ssids/{number}/deviceTypeGroupPolicies")]
Task<DeviceTypeGroupPolicies> UpdateNetworkWirelessSsidDeviceTypeGroupPoliciesAsync(string networkId, string number, DeviceTypeGroupPolicies updateNetworkWirelessSsidDeviceTypeGroupPolicies, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

number string

The SSID number

updateNetworkWirelessSsidDeviceTypeGroupPolicies DeviceTypeGroupPolicies
cancellationToken CancellationToken

Returns

Task<DeviceTypeGroupPolicies>

Exceptions

ApiException

Thrown when fails to make API call