adapteragent Commands and Options

adapteragent supports its own set of commands. Commands are issued from the command line in the format: adapteragent [options] command <arguments> .

The following commands can be specified for adapteragent:

adapteragent Commands
Command Description
apiserver Starts the apiserver that hosts the REST API in the Swagger UI. Open a browser and go to the following URL: http://localhost:8777
startagent Starts the adapteragent. This is the same as the default command when no command is given.
stop Stops the adapteragent gracefully.

The following options can be specified for adapteragent:

adapteragent Command Options
Option Description Example
-config Applies the configuration in the specified file to the server instance. adapteragent -config adapteragent.ini
-logconfig <file> Uses the specified file for logback configuration. adapteragent -logconfig mylogback.xml
-x, -xtrace Echoes the command to the terminal. Given adapteragent -x , the text +startagent is echoed to the console when the agent starts.