Skip to content

Tool to manage Citrix Netscaler app utilizing nitro API

License

Notifications You must be signed in to change notification settings

eselyavka/ns-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

  1. About ns-manager
  2. Notes on compatibility
  3. How to build
  4. How to use

About ns-manager

NS-manager is a tool to manager Citrix Netscaler app utilizing nitro API.

Notes on compatibility

As of version 1.2 tool was tested and should work with the Citrix Netscaler VPX 11.1 and following version of external dependencies:

Dependency Versions
Nitro 10.1

How to build

Like any other maven project mvn clean package.

How to use

You need username with password which have full access to services in Citrix Netscaler.

java -jar ServiceManager.jar <ip,ip2,...ipn> <username> <password> <servername> <port> <action> Where:

  • <ip,ip2,...ipn> - ip of the Citrix Netscaler host (delimiter - , if action must be performed, across several instances)
  • username - username in Citrix Netscaler user database
  • password - password in Citrix Netscaler user database
  • servername - server name which should be enable/disabled
  • port - server name port which should be enable/disabled
  • action - enable/disabled

About

Tool to manage Citrix Netscaler app utilizing nitro API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages