11.61. 裸机节点通过thru 调用
为节点调用供应商传递方法
使用方法:
openstack baremetal node passthru call [-h] [--arg <key=value>]
[--http-method <http-method>]
<node> <method>
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。 |