Bases: ironic.api.controllers.base.APIBase
API representation of a driver.
Bases: ironic.api.controllers.base.APIBase
API representation of a list of drivers.
Bases: pecan.rest.RestController
REST controller for driver passthru.
This controller allow vendors to expose cross-node functionality in the Ironic API. Ironic will merely relay the message from here to the specified driver, no introspection will be made in the message body.