Update The Third Party VPN Peers For An Organization
PUT {{baseUrl}}/organizations/:organizationId/appliance/vpn/thirdPartyVPNPeers
Update the third party VPN peers for an organization #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: peers| array| The list of VPN peers
Request Body
{"peers"=>[{"name"=>"<string>", "publicIp"=>"<string>", "privateSubnets"=>["<string>", "<string>"], "secret"=>"<string>", "remoteId"=>"<string>", "ipsecPolicies"=>{"ikeCipherAlgo"=>["<string>", "<string>"], "ikeAuthAlgo"=>["<string>", "<string>"], "ikePrfAlgo"=>["<string>", "<string>"], "ikeDiffieHellmanGroup"=>["<string>", "<string>"], "ikeLifetime"=>"<integer>", "childCipherAlgo"=>["<string>", "<string>"], "childAuthAlgo"=>["<string>", "<string>"], "childPfsGroup"=>["<string>", "<string>"], "childLifetime"=>"<integer>"}, "ipsecPoliciesPreset"=>"<string>", "ikeVersion"=>"1", "networkTags"=>["<string>", "<string>"]}, {"name"=>"<string>", "publicIp"=>"<string>", "privateSubnets"=>["<string>", "<string>"], "secret"=>"<string>", "remoteId"=>"<string>", "ipsecPolicies"=>{"ikeCipherAlgo"=>["<string>", "<string>"], "ikeAuthAlgo"=>["<string>", "<string>"], "ikePrfAlgo"=>["<string>", "<string>"], "ikeDiffieHellmanGroup"=>["<string>", "<string>"], "ikeLifetime"=>"<integer>", "childCipherAlgo"=>["<string>", "<string>"], "childAuthAlgo"=>["<string>", "<string>"], "childPfsGroup"=>["<string>", "<string>"], "childLifetime"=>"<integer>"}, "ipsecPoliciesPreset"=>"<string>", "ikeVersion"=>"1", "networkTags"=>["<string>", "<string>"]}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"peers":[{"name":"My peer 1","publicIp":"123.123.123.1","privateSubnets":["192.168.1.0/24","192.168.128.0/24"],"secret":"asdf1234","ikeVersion":"2","ipsecPolicies":{"ikeCipherAlgo":["tripledes"],"ikeAuthAlgo":["sha1"],"ikePrfAlgo":["prfsha1"],"ikeDiffieHellmanGroup":["group2"],"ikeLifetime":28800,"childCipherAlgo":["aes128"],"childAuthAlgo":["sha1"],"childPfsGroup":["disabled"],"childLifetime":28800},"networkTags":["all"]},{"name":"My peer 2","publicIp":"123.123.123.2","remoteId":"miles@meraki.com","privateSubnets":["192.168.2.0/24","192.168.129.0/24"],"secret":"asdf56785678567856785678","networkTags":["none"],"ikeVersion":"1","ipsecPoliciesPreset":"default"}]}