Table of Contents

Interface IOrganizationsUplinks

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

Represents a collection of functions to interact with the API endpoints

public interface IOrganizationsUplinks

Methods

List the uplink status of every Meraki MX, MG and Z series devices in the organization

[Get("/organizations/{organizationId}/uplinks/statuses")]
Task<List<UplinkStatus>> GetOrganizationUplinksStatusesAsync(string organizationId, int perPage = 1000, string? startingAfter = null, string? endingBefore = null, List<int>? networkIds = null, List<int>? serials = null, List<int>? iccids = null, CancellationToken cancellationToken = default)

Parameters

organizationId string

The organization id

perPage int
startingAfter string
endingBefore string
networkIds List<int>
serials List<int>
iccids List<int>
cancellationToken CancellationToken

Returns

Task<List<UplinkStatus>>

Exceptions

ApiException

Thrown when fails to make API call