07-28-2022 09:16 AM
Per this doc: https://documentation.meraki.com/MX/Client_VPN/AnyConnect_on_the_MX_Appliance#Dashboard_API_Support
There should be an anyconnect api, but I can't find it at the referenced location or anywhere else.
Does anyone know what's up?
07-28-2022 12:17 PM
I believe there are only 2 endpoints which I have screenshot below with sample code, hope that helps.
curl -L -H 'X-Cisco-Meraki-API-Key: <key>' -H 'Content-Type: application/json' -X PUT --data-binary '{"enabled":true,"subnet":"192.168.1.0/24","domainName":"meraki.com","sslPort":1443,"banner":"Welcome","authType":"radius","radiusServers":[{"host":"0.0.0.0","port":3000,"password":"your password"}],"dnsMode":"custom","dnsCustomNameservers":["1.1.1.1","2.2.2.2"],"splitTunnelMode":"Include","splitTunnelDestinations":["222.123.22.0/24","111.123.11.0/24"]}' 'https://api.meraki.com/api/v1/networks/{networkId}/appliance/clientVpn/anyconnectVpn'curl -L -H 'X-Cisco-Meraki-API-Key: <key>' -H 'Content-Type: application/json' -X GET 'https://api.meraki.com/api/v1/networks/{networkId}/appliance/clientVpn/anyconnectVpn'
07-28-2022 12:39 PM
Do those work for you? I get nothing on a get. Also tried to create it in postman and failed.
06-21-2023 11:31 PM
Anyone got any news on this endpoint? As of 2023-06-22 it still does not work and it's still in the AnyConnect documentation, but not in the API docs.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide