Command Line Interface (CLI) and Example
Question
Is there information on a CLI (Command Line Interface) for use with Titan Server? Are there any sample uses?
Reasoning
I would like to work programmatically with Titan Server
Answer
Yes, Titan Server supports a CLI, and use case samples are available. We a command line tool called nxcli which provides some simple capabilities and also a much more advanced SDK available that can be used to configure any aspect of Titan including a PowerShell module and a C# library. We recommend using the SDK but nxcli tool can be used for simple tasks.
Steps
-
On the system with Titan Server installed, navigate to C:\Program Files\South River Technologies\SrxServer
-
In order to use nxcli the REST API must first be enabled on the server. Please see the instructions in our github repo listed below
-
run nxcli /help for instrcutions on using the nxli tool.
For more advanced features please see our full REST API capabilities here: https://github.com/southrivertech/titanapi.pub