Table of Contents

Interface IOrganizationsCampusGatewayClusters

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

I Organizations Campus Gateway Clusters

public interface IOrganizationsCampusGatewayClusters

Methods

GetOrganizationCampusGatewayClustersAsync(string, CancellationToken)

Get the details of campus gateway clusters

[Get("/organizations/{organizationId}/campusGateway/clusters")]
Task<List<OrganizationCampusGatewayCluster>> GetOrganizationCampusGatewayClustersAsync(string organizationId, CancellationToken cancellationToken = default)

Parameters

organizationId string
cancellationToken CancellationToken

Returns

Task<List<OrganizationCampusGatewayCluster>>

Exceptions

ApiException

Thrown when fails to make API call