pvesh `<COMMAND> [ARGS] [OPTIONS]

pvesh create <api_path> [OPTIONS] `[FORMAT_OPTIONS]

在<api_path>上调用API POST。

<api_path>`: `<string>

API 路径。

--noproxy` `<boolean>

禁用自动代理设置。

pvesh delete <api_path> [OPTIONS] `[FORMAT_OPTIONS]

调用API DELETE方法于<api_path>。

<api_path>`: `<string>

API 路径。

--noproxy` `<boolean>

禁用自动代理设置。

'''pvesh get <api_path> [OPTIONS] `[FORMAT_OPTIONS]’''

在<api_path>上调用API GET。

<api_path>`: `<string>

API 路径。

--noproxy` `<boolean>

禁用自动代理设置。

pvesh help `[OPTIONS]

获取指定命令的帮助信息。

--extra-args` `<array>

显示特定命令的帮助信息

--verbose` `<boolean>

详细输出格式。

pvesh ls <api_path> [OPTIONS] `[FORMAT_OPTIONS]

在<api_path>上列出子对象。

<api_path>`: `<string>

API 路径。

--noproxy` `<boolean>

禁用自动代理设置。

pvesh set <api_path> [OPTIONS] `[FORMAT_OPTIONS]

在<api_path>上调用API PUT。

<api_path>`: `<string>

API 路径。

--noproxy` `<boolean>

禁用自动代理设置。

pvesh usage <api_path> `[OPTIONS]

打印 <api_path> 的API使用信息。

<api_path>`: `<string>

API 路径。

--command` `<create | delete | get | set>

API 命令。

--returns` `<boolean>

包括返回数据的架构。

--verbose` `<boolean>

详细输出格式。