11.61. 裸机节点传递调用
为节点调用厂商传递方法
使用方法:
openstack baremetal node passthru call [-h] [--arg <key=value>] [--http-method <http-method>] <node> <method>
值 | 概述 |
---|---|
<node> | 节点的名称或 uuid |
<method> | 要执行的厂商传递方法 |
值 | 概述 |
---|---|
-h, --help | 显示帮助信息并退出 |
--arg <key=value> | 传递给 passthru 方法的参数(重复选项以指定多个参数) |
--http-method <http-method> | 在 passthru 请求中使用的 http 方法。一个 DELETE、GET、PATCH、POST、PUT。默认为 POST。 |