I want to fetch our current split tunnel networks using a script. Does Pulse secure has rest endpint for vpn config?
I was not able to find anything related to VPN in rest api guide-https://www-prev.pulsesecure.net/download/techpubs/current/1679/Pulse-vADC-Solutions/Pulse-Virtual-T...
it is from the appliance, pulse connect secure.
I am looking to fetch an entire list of split tunneled networks, using something like,
curl -k --basic -H "Content-Type: application/json" -H "Accept: application/json" -u userasswd https://xyz/api/v1/configuration/users/resource-policies/network-connect-policies/network-connect-acls.
I'm looking to do the same thing and running into similar trouble. I can pull the first 12 results, but not the full list. Is that your problem too?