Interface IOrganizationsWirelessDevicesLatency
- Namespace
- Meraki.Api.Interfaces.General.Organizations
- Assembly
- Meraki.Api.dll
I Organizations Wireless Devices Latency
public interface IOrganizationsWirelessDevicesLatency
Methods
GetOrganizationWirelessDevicesLatenciesAsync(string, CancellationToken)
Get latency summaries for all wireless devices in an organization.
[Get("/organizations/{organizationId}/wireless/devices/latency/byClient")]
Task<List<OrganizationWirelessDevicesLatencyByItem>> GetOrganizationWirelessDevicesLatenciesAsync(string organizationId, CancellationToken cancellationToken = default)
Parameters
organizationIdstringcancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetOrganizationWirelessDevicesLatenciesByDeviceAsync(string, CancellationToken)
Get latency summaries for all wireless devices in an organization.
[Get("/organizations/{organizationId}/wireless/devices/latency/byDevice")]
Task<List<OrganizationWirelessDevicesLatencyByItem>> GetOrganizationWirelessDevicesLatenciesByDeviceAsync(string organizationId, CancellationToken cancellationToken = default)
Parameters
organizationIdstringcancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetOrganizationWirelessDevicesLatenciesByNetworkAsync(string, CancellationToken)
Get per-network latency summaries for all wireless networks in an organization.
[Get("/organizations/{organizationId}/wireless/devices/latency/byNetwork")]
Task<List<OrganizationWirelessDevicesLatencyByNetworkItem>> GetOrganizationWirelessDevicesLatenciesByNetworkAsync(string organizationId, CancellationToken cancellationToken = default)
Parameters
organizationIdstringcancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call