If you use Cisco AnyConnect Secure Mobility Client amp utility might help you to initialize you AnyConnect profile, manage your server list, etc. It has simple CLI and easy to use.
init command helps to initialize Profile.xml file with profiles if not exists
You can use this command to list, add and update hosts in your Cisco AnyConnect profile.
To list available server which you can you to connect, type:
python3 amp.py host lsor just:
python3 amp.py hostadd command helps add new profiles to the Profile.xml config file
update command helps to update existing profile
delete command helps to delete existing profile if you dont need it
schema command show XSD schema where you can find which options can be used to configure your Cisco AnyConnect profile.