Table of Contents

Interface IWirelessEthernetPortsProfiles

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

Methods

AssignNetworkWirelessEthernetPortsProfilesAsync(string, WirelessEthernetPortsProfileAssign, CancellationToken)

Assign AP port profile to list of APs

[Post("/networks/{networkId}/wireless/ethernet/ports/profiles/assign")]
Task<WirelessEthernetPortsProfileAssign> AssignNetworkWirelessEthernetPortsProfilesAsync(string networkId, WirelessEthernetPortsProfileAssign wirelessEthernetPortsProfileAssign, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

wirelessEthernetPortsProfileAssign WirelessEthernetPortsProfileAssign

The request body

cancellationToken CancellationToken

Returns

Task<WirelessEthernetPortsProfileAssign>

Exceptions

ApiException

Thrown when fails to make API call

CreateNetworkWirelessEthernetPortsProfileAsync(string, WirelessEthernetPortsProfileCreateRequest, CancellationToken)

Create an AP port profile

[Post("/networks/{networkId}/wireless/ethernet/ports/profiles")]
Task<WirelessEthernetPortsProfile> CreateNetworkWirelessEthernetPortsProfileAsync(string networkId, WirelessEthernetPortsProfileCreateRequest wirelessEthernetPortsProfileCreateRequest, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

wirelessEthernetPortsProfileCreateRequest WirelessEthernetPortsProfileCreateRequest

The request body

cancellationToken CancellationToken

Returns

Task<WirelessEthernetPortsProfile>

Exceptions

ApiException

Thrown when fails to make API call

DeleteNetworkWirelessEthernetPortsProfileAsync(string, string, CancellationToken)

Delete an AP port profile

[Delete("/networks/{networkId}/wireless/ethernet/ports/profiles/{profileId}")]
Task DeleteNetworkWirelessEthernetPortsProfileAsync(string networkId, string profileId, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

profileId string

The profile id

cancellationToken CancellationToken

Returns

Task

Exceptions

ApiException

Thrown when fails to make API call

GetNetworkWirelessEthernetPortsProfileAsync(string, string, CancellationToken)

Show the AP port profile by ID for this network

[Get("/networks/{networkId}/wireless/ethernet/ports/profiles/{profileId}")]
Task<WirelessEthernetPortsProfile> GetNetworkWirelessEthernetPortsProfileAsync(string networkId, string profileId, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

profileId string

The profile id

cancellationToken CancellationToken

Returns

Task<WirelessEthernetPortsProfile>

Exceptions

ApiException

Thrown when fails to make API call

GetNetworkWirelessEthernetPortsProfilesAsync(string, CancellationToken)

List the AP port profiles for this network

[Get("/networks/{networkId}/wireless/ethernet/ports/profiles")]
Task<List<WirelessEthernetPortsProfile>> GetNetworkWirelessEthernetPortsProfilesAsync(string networkId, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

cancellationToken CancellationToken

Returns

Task<List<WirelessEthernetPortsProfile>>

Exceptions

ApiException

Thrown when fails to make API call

SetNetworkWirelessEthernetPortsProfilesDefaultAsync(string, WirelessEthernetPortsProfileSetDefault, CancellationToken)

Set the AP port profile to be default for this network

[Post("/networks/{networkId}/wireless/ethernet/ports/profiles/setDefault")]
Task<WirelessEthernetPortsProfileSetDefault> SetNetworkWirelessEthernetPortsProfilesDefaultAsync(string networkId, WirelessEthernetPortsProfileSetDefault wirelessEthernetPortsProfileSetDefault, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

wirelessEthernetPortsProfileSetDefault WirelessEthernetPortsProfileSetDefault

The request body

cancellationToken CancellationToken

Returns

Task<WirelessEthernetPortsProfileSetDefault>

Exceptions

ApiException

Thrown when fails to make API call

UpdateNetworkWirelessEthernetPortsProfileAsync(string, string, WirelessEthernetPortsProfileUpdateRequest, CancellationToken)

Show the AP port profile by ID for this network

[Put("/networks/{networkId}/wireless/ethernet/ports/profiles/{profileId}")]
Task<WirelessEthernetPortsProfile> UpdateNetworkWirelessEthernetPortsProfileAsync(string networkId, string profileId, WirelessEthernetPortsProfileUpdateRequest wirelessEthernetPortsProfileUpdateRequest, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

profileId string

The profile id

wirelessEthernetPortsProfileUpdateRequest WirelessEthernetPortsProfileUpdateRequest

The request body

cancellationToken CancellationToken

Returns

Task<WirelessEthernetPortsProfile>

Exceptions

ApiException

Thrown when fails to make API call