Table of Contents

Interface IOrganizationsWirelessControllerDevicesInterfacesPackets

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

I Organizations Wireless Controller Devices Interfaces Packets

public interface IOrganizationsWirelessControllerDevicesInterfacesPackets

Methods

GetOrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceAsync(string, CancellationToken)

Retrieve the packet counters for the interfaces of a Wireless LAN controller

[Get("/organizations/{organizationId}/wirelessController/devices/interfaces/packets/overview/byDevice")]
Task<OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDevice> GetOrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDeviceAsync(string organizationId, CancellationToken cancellationToken = default)

Parameters

organizationId string
cancellationToken CancellationToken

Returns

Task<OrganizationWirelessControllerDevicesInterfacesPacketsOverviewByDevice>

Exceptions

ApiException

Thrown when fails to make API call