Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

12.34. ironic node-vendor-passthru

usage: ironic node-vendor-passthru [--http-method <http-method>]
                                   <node> <method>
                                   [<arg=value> [<arg=value> ...]]
Call a vendor-passthru extension for a node.

Positional arguments

<node>


        Name or UUID of the node.

<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'.