General

Top  Previous  Next

The general usage of the NCLI is quite simple.

The format from the command line looks like so:

Linux

~/apiclient/bin/ncli.sh -command=commandname -parameter1=value1 -parameter2=value2 ... -user=username -password=passphrase -url=http://localhost:8666

 

Windows

Assuming NCLI was installed under C:\user\ngasi\apiclient

 

cd C:\user\ngasi\apiclient\bin

ncli.bat -command=commandname -parameter1=value1 -parameter2=value2 ... -user=username -password=passphrase -url=http://localhost:8666

 

Depending on the Command, some parameters are required while others are optional.

The user and password are always required.

 

The next 3 sections details the various Commands and Parameters.

The final sections details how to use the JAVA API.