Interface IWirelessMeshStatuses
- Namespace
- Meraki.Api.Interfaces.Products.Wireless
- Assembly
- Meraki.Api.dll
Represents a collection of functions to interact with the API endpoints
public interface IWirelessMeshStatuses
Methods
GetNetworkWirelessMeshStatusesAsync(string, int?, string?, string?, CancellationToken)
Aggregated latency info for this network, grouped by clients
[Get("/networks/{networkId}/wireless/meshStatuses")]
Task<List<WirelessMeshStatus>> GetNetworkWirelessMeshStatusesAsync(string networkId, int? perPage, string? startingAfter, string? endingBefore, CancellationToken cancellationToken = default)
Parameters
networkId
stringThe network id
perPage
int?The number of entries per page returned. Acceptable range is 3 - 500. Default is 50.
startingAfter
stringA token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
endingBefore
stringA token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call