Table of Contents

Interface IOrganizationsWirelessDevicesPacketLoss

Namespace
Meraki.Api.Interfaces.General.Organizations
Assembly
Meraki.Api.dll

I Organizations Wireless Devices Packet Loss

public interface IOrganizationsWirelessDevicesPacketLoss

Methods

GetOrganizationWirelessDevicesPacketLossByClientAsync(string, CancellationToken)

Get average packet loss for the given timespan for all clients in the organization.

[Get("/organizations/{organizationId}/wireless/devices/packetLoss/byClient")]
Task<List<OrganizationWirelessDevicesPacketLossByClientItem>> GetOrganizationWirelessDevicesPacketLossByClientAsync(string organizationId, CancellationToken cancellationToken = default)

Parameters

organizationId string
cancellationToken CancellationToken

Returns

Task<List<OrganizationWirelessDevicesPacketLossByClientItem>>

Exceptions

ApiException

Thrown when fails to make API call

GetOrganizationWirelessDevicesPacketLossByDeviceAsync(string, CancellationToken)

Get average packet loss for the given timespan for all devices in the organization. Does not include device's own traffic.

[Get("/organizations/{organizationId}/wireless/devices/packetLoss/byDevice")]
Task<List<OrganizationWirelessDevicesPacketLossByDeviceItem>> GetOrganizationWirelessDevicesPacketLossByDeviceAsync(string organizationId, CancellationToken cancellationToken = default)

Parameters

organizationId string
cancellationToken CancellationToken

Returns

Task<List<OrganizationWirelessDevicesPacketLossByDeviceItem>>

Exceptions

ApiException

Thrown when fails to make API call

GetOrganizationWirelessDevicesPacketLossByNetworkAsync(string, CancellationToken)

Get average packet loss for the given timespan for all networks in the organization.

[Get("/organizations/{organizationId}/wireless/devices/packetLoss/byNetwork")]
Task<List<OrganizationWirelessDevicesPacketLossByNetworkItem>> GetOrganizationWirelessDevicesPacketLossByNetworkAsync(string organizationId, CancellationToken cancellationToken = default)

Parameters

organizationId string
cancellationToken CancellationToken

Returns

Task<List<OrganizationWirelessDevicesPacketLossByNetworkItem>>

Exceptions

ApiException

Thrown when fails to make API call