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
stringThe network id
number
stringThe SSID number
cancellationToken
CancellationToken
Returns
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
stringThe network id
number
stringThe SSID number
updateNetworkWirelessSsidDeviceTypeGroupPolicies
DeviceTypeGroupPoliciescancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call