pvesh <COMMAND> [ARGS] [OPTIONS]
pvesh create <api_path>
[OPTIONS]
[FORMAT_OPTIONS]
Call API POST on <api_path>.
<api_path>
: <string>
--noproxy
<boolean>
pvesh delete <api_path>
[OPTIONS]
[FORMAT_OPTIONS]
Call API DELETE on <api_path>.
<api_path>
: <string>
--noproxy
<boolean>
pvesh get <api_path>
[OPTIONS]
[FORMAT_OPTIONS]
Call API GET on <api_path>.
<api_path>
: <string>
--noproxy
<boolean>
pvesh help [OPTIONS]
Get help about specified command.
--extra-args
<array>
--verbose
<boolean>
pvesh ls <api_path>
[OPTIONS]
[FORMAT_OPTIONS]
List child objects on <api_path>.
<api_path>
: <string>
--noproxy
<boolean>
pvesh set <api_path>
[OPTIONS]
[FORMAT_OPTIONS]
Call API PUT on <api_path>.
<api_path>
: <string>
--noproxy
<boolean>
pvesh usage <api_path>
[OPTIONS]
print API usage information for <api_path>.
<api_path>
: <string>
--command
<create | delete | get | set>
--returns
<boolean>
--verbose
<boolean>