Interface INetworksNetflow
- Namespace
- Meraki.Api.Interfaces.General.Networks
- Assembly
- Meraki.Api.dll
public interface INetworksNetflow
Methods
GetNetworkNetflowAsync(string, CancellationToken)
Return the NetFlow traffic reporting settings for a network
[Get("/networks/{networkId}/netflow")]
Task<Netflow> GetNetworkNetflowAsync(string networkId, CancellationToken cancellationToken = default)
Parameters
networkId
stringThe network id
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
UpdateNetworkNetflowAsync(string, Netflow, CancellationToken)
Update the NetFlow traffic reporting settings for a network
[Put("/networks/{networkId}/netflow")]
Task<Netflow> UpdateNetworkNetflowAsync(string networkId, Netflow netflow, CancellationToken cancellationToken = default)
Parameters
networkId
stringThe network id
netflow
NetflowBody for updating netflow traffic
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call