NetScaler SDX NITRO API client

The Citrix® NetScaler® SDX NITRO client for Java allows you to configure and monitor the NetScaler SDX appliance programmatically in Java based applications. Source code taken from Build 74 of NetScaler release 10.0

License

License

Categories

Categories

Net
GroupId

GroupId

com.citrix.netscaler.nitro
ArtifactId

ArtifactId

sdx_nitro
Last Version

Last Version

10.1
Release Date

Release Date

Type

Type

jar
Description

Description

NetScaler SDX NITRO API client
The Citrix® NetScaler® SDX NITRO client for Java allows you to configure and monitor the NetScaler SDX appliance programmatically in Java based applications. Source code taken from Build 74 of NetScaler release 10.0
Project URL

Project URL

http://www.citrix.com/netscaler
Project Organization

Project Organization

Citrix Systems, Inc.
Source Code Management

Source Code Management

https://github.com/netscaler/nitro.git

Download sdx_nitro

How to add to project

<!-- https://jarcasting.com/artifacts/com.citrix.netscaler.nitro/sdx_nitro/ -->
<dependency>
    <groupId>com.citrix.netscaler.nitro</groupId>
    <artifactId>sdx_nitro</artifactId>
    <version>10.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.citrix.netscaler.nitro/sdx_nitro/
implementation 'com.citrix.netscaler.nitro:sdx_nitro:10.1'
// https://jarcasting.com/artifacts/com.citrix.netscaler.nitro/sdx_nitro/
implementation ("com.citrix.netscaler.nitro:sdx_nitro:10.1")
'com.citrix.netscaler.nitro:sdx_nitro:jar:10.1'
<dependency org="com.citrix.netscaler.nitro" name="sdx_nitro" rev="10.1">
  <artifact name="sdx_nitro" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.citrix.netscaler.nitro', module='sdx_nitro', version='10.1')
)
libraryDependencies += "com.citrix.netscaler.nitro" % "sdx_nitro" % "10.1"
[com.citrix.netscaler.nitro/sdx_nitro "10.1"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.code.gson : gson jar 1.7.1
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

NetScaler® NITRO Java client

The Citrix® NetScaler® NITRO client for Java allows you to configure and monitor the NetScaler 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 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.

Versions

Version
10.1
10.0