Table of Contents

Interface IOrganizationsSecureConnectRegions

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

I Organizations Secure Connect Regions

public interface IOrganizationsSecureConnectRegions

Methods

GetOrganizationSecureConnectRegionsAsync(string, CancellationToken)

List deployed cloud hubs and regions in this organization

[Get("/organizations/{organizationId}/secureConnect/regions")]
Task<OrganizationSecureConnectRegions> GetOrganizationSecureConnectRegionsAsync(string organizationId, CancellationToken cancellationToken = default)

Parameters

organizationId string
cancellationToken CancellationToken

Returns

Task<OrganizationSecureConnectRegions>

Exceptions

ApiException

Thrown when fails to make API call