Table of Contents

Interface IApplianceVpnThirdPartyVpnPeers

Namespace
Meraki.Api.Interfaces.Products.Appliance
Assembly
Meraki.Api.dll
public interface IApplianceVpnThirdPartyVpnPeers

Methods

GetOrganizationApplianceVpnThirdPartyVPNPeersAsync(string, CancellationToken)

Return the third party VPN peers for an organization

[Get("/organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers")]
Task<ThirdPartyVpnPeers> GetOrganizationApplianceVpnThirdPartyVPNPeersAsync(string organizationId, CancellationToken cancellationToken = default)

Parameters

organizationId string

The organization id

cancellationToken CancellationToken

Returns

Task<ThirdPartyVpnPeers>

Exceptions

ApiException

Thrown when fails to make API call

UpdateOrganizationApplianceVpnThirdPartyVPNPeersAsync(string, ThirdPartyVpnPeers, CancellationToken)

Return the third party VPN peers for an organization

[Put("/organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers")]
Task<ThirdPartyVpnPeers> UpdateOrganizationApplianceVpnThirdPartyVPNPeersAsync(string organizationId, ThirdPartyVpnPeers peerList, CancellationToken cancellationToken = default)

Parameters

organizationId string

The organization id

peerList ThirdPartyVpnPeers
cancellationToken CancellationToken

Returns

Task<ThirdPartyVpnPeers>

Exceptions

ApiException

Thrown when fails to make API call