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
stringThe network id
wirelessEthernetPortsProfileAssign
WirelessEthernetPortsProfileAssignThe request body
cancellationToken
CancellationToken
Returns
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
stringThe network id
wirelessEthernetPortsProfileCreateRequest
WirelessEthernetPortsProfileCreateRequestThe request body
cancellationToken
CancellationToken
Returns
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
stringThe network id
profileId
stringThe profile id
cancellationToken
CancellationToken
Returns
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
stringThe network id
profileId
stringThe profile id
cancellationToken
CancellationToken
Returns
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
stringThe network id
cancellationToken
CancellationToken
Returns
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
stringThe network id
wirelessEthernetPortsProfileSetDefault
WirelessEthernetPortsProfileSetDefaultThe request body
cancellationToken
CancellationToken
Returns
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
stringThe network id
profileId
stringThe profile id
wirelessEthernetPortsProfileUpdateRequest
WirelessEthernetPortsProfileUpdateRequestThe request body
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call