Table of Contents

Interface IOrganizationsApplianceUplinksUsage

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

I Organizations Appliance Uplinks Usage

public interface IOrganizationsApplianceUplinksUsage

Methods

GetOrganizationApplianceUplinksUsageByNetworkAsync(string, CancellationToken)

Get the sent and received bytes for each uplink of all MX and Z networks within an organization. If more than one device was active during the specified timespan, then the sent and received bytes will be aggregated by interface.

[Get("/organizations/{organizationId}/appliance/uplinks/usage/byNetwork")]
Task<List<OrganizationApplianceUplinksUsageByNetworkItem>> GetOrganizationApplianceUplinksUsageByNetworkAsync(string organizationId, CancellationToken cancellationToken = default)

Parameters

organizationId string
cancellationToken CancellationToken

Returns

Task<List<OrganizationApplianceUplinksUsageByNetworkItem>>

Exceptions

ApiException

Thrown when fails to make API call