Este conteúdo não está disponível no idioma selecionado.
12.15. ironic driver-vendor-passthru
usage: ironic driver-vendor-passthru [--http-method <http-method>] <driver> <method> [<arg=value> [<arg=value> ...]]
usage: ironic driver-vendor-passthru [--http-method <http-method>]
<driver> <method>
[<arg=value> [<arg=value> ...]]
Positional arguments
- <driver>
Name of the driver.
- <method>
Vendor-passthru method to be called.
- <arg=value>
Argument to be passed to the vendor-passthru method.
Can be specified multiple times.
Optional arguments
- --http-method <http-method>
The HTTP method to use in the request. Valid HTTP
methods are: 'POST', 'PUT', 'GET', 'DELETE', and
'PATCH'. Defaults to 'POST'.