An open API service indexing awesome lists of open source software.

https://github.com/netscaler/sdx_nitro

The java client to perform NITRO API calls to a NetScaler SDX appliance
https://github.com/netscaler/sdx_nitro

Last synced: about 2 months ago
JSON representation

The java client to perform NITRO API calls to a NetScaler SDX appliance

Awesome Lists containing this project

README

          

NetScaler� NITRO Java client
============================

The Citrix� NetScaler� SDX NITRO client for Java allows you to configure and monitor the NetScaler
SDX appliance programmatically in Java based applications.

This readme briefly explains the directory structure of the SDK and the means to access the help.

Directory Structure
-------------------
Apache Maven has to be used for compilation. And according to Maven's recommendations the following
is how the contents is organized.

* src/main - Contains the source code.
* src/test/java - Contains the sample code for unit testing.
* src/test/resources - Contains the config file where netscaler credentials can be configured for unit testing

License
-------
Netscaler SDX NITRO client for Java is free software. You can redistribute and modify it under the
terms of the Apache License. See License.txt for details.