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

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;peers&quot;:[{&quot;name&quot;:&quot;My peer 1&quot;,&quot;publicIp&quot;:&quot;123.123.123.1&quot;,&quot;privateSubnets&quot;:[&quot;192.168.1.0/24&quot;,&quot;192.168.128.0/24&quot;],&quot;secret&quot;:&quot;asdf1234&quot;,&quot;ikeVersion&quot;:&quot;2&quot;,&quot;ipsecPolicies&quot;:{&quot;ikeCipherAlgo&quot;:[&quot;tripledes&quot;],&quot;ikeAuthAlgo&quot;:[&quot;sha1&quot;],&quot;ikePrfAlgo&quot;:[&quot;prfsha1&quot;],&quot;ikeDiffieHellmanGroup&quot;:[&quot;group2&quot;],&quot;ikeLifetime&quot;:28800,&quot;childCipherAlgo&quot;:[&quot;aes128&quot;],&quot;childAuthAlgo&quot;:[&quot;sha1&quot;],&quot;childPfsGroup&quot;:[&quot;disabled&quot;],&quot;childLifetime&quot;:28800},&quot;networkTags&quot;:[&quot;all&quot;]},{&quot;name&quot;:&quot;My peer 2&quot;,&quot;publicIp&quot;:&quot;123.123.123.2&quot;,&quot;remoteId&quot;:&quot;miles@meraki.com&quot;,&quot;privateSubnets&quot;:[&quot;192.168.2.0/24&quot;,&quot;192.168.129.0/24&quot;],&quot;secret&quot;:&quot;asdf56785678567856785678&quot;,&quot;networkTags&quot;:[&quot;none&quot;],&quot;ikeVersion&quot;:&quot;1&quot;,&quot;ipsecPoliciesPreset&quot;:&quot;default&quot;}]}