NSX CLI Guide

Associated Commands:

CLI Description Command

Display help information on runbook usage


Display help information on runbook usage.
get runbook <runbook-id-arg> help

Display runbook information


Display information of available runbooks on the current node.
get runbooks

Start a runbook invocation with multiple arguments specified


Start an invocation of a specified runbook. You can also pass arguments for the certain invocation. The specification of runbook parameters can vary as per individual runbook and can be found by command `get runbook help`. To specify a parameter "foo" with value "bar", the argument can be written in the following syntax: `--foo bar`
start invocation runbook <runbook-id> [runbook-arg <runbook-param>]

Total commands: 3