Table of Contents

Class IWirelessRfProfilesExtensions

Namespace
Meraki.Api.Extensions
Assembly
Meraki.Api.dll
public static class IWirelessRfProfilesExtensions
Inheritance
IWirelessRfProfilesExtensions
Inherited Members

Methods

GetOrganizationWirelessRfProfilesAssignmentsByDeviceAllAsync(IWirelessRfProfiles, string, List<string>?, List<ProductType>, string?, string?, string?, string?, List<string>?, List<string>?, List<string>?, CancellationToken)

List all the non-basic RF profiles for this network.

public static Task<List<RfProfilesByDevice>> GetOrganizationWirelessRfProfilesAssignmentsByDeviceAllAsync(this IWirelessRfProfiles wirelessRfProfilesAssignments, string organizationId, List<string>? networkIds, List<ProductType> productTypes, string? name, string? mac, string? serial, string? model, List<string>? macs, List<string>? serials, List<string>? models, CancellationToken cancellationToken = default)

Parameters

wirelessRfProfilesAssignments IWirelessRfProfiles
organizationId string

Organization ID.

networkIds List<string>

Optional parameter to filter devices by network.

productTypes List<ProductType>

Optional parameter to filter devices by product type. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, and sensor.

name string

Optional parameter to filter RF profiles by device name. All returned devices will have a name that contains the search term or is an exact match.

mac string

Optional parameter to filter RF profiles by device MAC address. All returned devices will have a MAC address that contains the search term or is an exact match.

serial string

Optional parameter to filter RF profiles by device serial number. All returned devices will have a serial number that contains the search term or is an exact match.

model string

Optional parameter to filter RF profiles by device model. All returned devices will have a model that contains the search term or is an exact match.

macs List<string>

Optional parameter to filter RF profiles by one or more device MAC addresses. All returned devices will have a MAC address that is an exact match.

serials List<string>

Optional parameter to filter RF profiles by one or more device serial numbers. All returned devices will have a serial number that is an exact match.

models List<string>

Optional parameter to filter RF profiles by one or more device models. All returned devices will have a model that is an exact match.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<List<RfProfilesByDevice>>

Exceptions

ApiException

Thrown when fails to make API call.