Bases: ironic.api.controllers.base.APIBase
API representation of a portgroup.
This class enforces type checking and value constraints, and converts between the internal object model and the API representation of a portgroup.
Bases: ironic.api.controllers.v1.collection.Collection
API representation of a collection of portgroups.
Bases: pecan.rest.RestController
REST controller for portgroups.
Delete a portgroup.
| Parameters: | portgroup_ident – UUID or logical name of a portgroup. |
|---|
Retrieve a list of portgroups with detail.
| Parameters: |
|
|---|
Retrieve a list of portgroups.
| Parameters: |
|
|---|
Retrieve information about the given portgroup.
| Parameters: |
|
|---|