Skip to content

Examples for connecting to the NITRO API on a Citrix NetScaler ADC with Python

License

Notifications You must be signed in to change notification settings

slauger/python-nitro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-nitro

Examples for connecting to the NITRO API for the Citrix NetScaler ADC with Python (using Requests)

Config

[netscaler]
url = https://netscaler.customer.local
verify_ssl = True
username = nsroot
password = nsroot

Usage

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

Hints

About

Examples for connecting to the NITRO API on a Citrix NetScaler ADC with Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published