Examples for connecting to the NITRO API for the Citrix NetScaler ADC with Python (using Requests)
[netscaler]
url = https://netscaler.customer.local
verify_ssl = True
username = nsroot
password = nsroot
Print out all lbvservers
./cli.py get stat lbvserver
Download a file with systemfile
./cli.py get config systemfile --params 'args=filename:fullbackup.tgz,filelocation:%2Fvar%2Fns_sys_backup%2F'
Push bulk configuration
./config.py post configs/xenmobile-01.json
./config.py put configs/xenmobile-02.json