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
GetOrganizationUplinksStatusesAsync(string, int, string?, string?, List<int>?, List<int>?, List<int>?, CancellationToken)
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
stringThe organization id
perPage
intstartingAfter
stringendingBefore
stringnetworkIds
List<int>serials
List<int>iccids
List<int>cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call