Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

jq ships with the MIT license, see https://opensource.org/licenses/MIT.

Download

Download: operate-controller.shJS7 - Download (Section: Unix Shell ClI)

Usage

Invoking the script without arguments displays the usage clause:

...

Code Block
languagebash
titleExample for Resetting Agent Cluster
linenumberstrue
# common options for connection to JS7 REST API
request_options=(--url=http://localhost:4446 --user=root --password=root --controller-id=controller)

# reset Agent Cluster
./operate-controller.sh reset-agent "${request_options[@]}" --agent-id=AgentCluster

# reset/force Agent Cluster
./operate-controller.sh reset-agent "${request_options[@]}" --agent-id=AgentCluster --force

...