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