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
organizationIdstringcancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call