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
- Host: GitHub
- URL: https://github.com/netscaler/sdx_nitro
- Owner: netscaler
- License: apache-2.0
- Created: 2013-02-19T00:07:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-22T06:15:27.000Z (over 12 years ago)
- Last Synced: 2026-04-25T10:36:42.748Z (about 2 months ago)
- Language: Java
- Size: 359 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
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.