Skip to content

alex-goncharov/nsnitro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Python Library to control Citrix Netscaler 9.2+ load balancers with NITRO API.

Proper documentation pending alpha release.

For now, you can find simple command-line interface using this library in contrib/.
Feedback/comments welcome.


Very basic usage:

import nsnitro

nitro = NSNitro('192.168.1.100', 'user', 'password')
nitro.login()
nitro.get_service("") // returns an NSResponse object with all configured services


About

Citrix Netscaler 9.2+ Pythonic Library (Nitro API)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%