Bases: ironic.api.controllers.base.APIBase
API representation of a port.
This class enforces type checking and value constraints, and converts between the internal object model and the API representation of a port.
Bases: ironic.api.controllers.v1.collection.Collection
API representation of a collection of ports.
Bases: pecan.rest.RestController
REST controller for Ports.
Retrieve a list of ports with detail.
Note that the ‘node_uuid’ interface is deprecated in favour of the ‘node’ interface
Parameters: |
|
---|---|
Raises: | NotAcceptable, HTTPNotFound |
Retrieve a list of ports.
Note that the ‘node_uuid’ interface is deprecated in favour of the ‘node’ interface
Parameters: |
|
---|---|
Raises: | NotAcceptable |
Retrieve information about the given port.
Parameters: |
|
---|---|
Raises: | NotAcceptable |