api-ref for nodes/{node_ident}/firmware
Change-Id: Ica87a7f4bc3a2cce679155200452d7b915d3f0f5
This commit is contained in:
parent
db549850e0
commit
6c8a04e8f0
@ -23,6 +23,7 @@
|
||||
.. include:: baremetal-api-v1-drivers.inc
|
||||
.. include:: baremetal-api-v1-driver-passthru.inc
|
||||
.. include:: baremetal-api-v1-nodes-bios.inc
|
||||
.. include:: baremetal-api-v1-nodes-firmware.inc
|
||||
.. include:: baremetal-api-v1-conductors.inc
|
||||
.. include:: baremetal-api-v1-allocation.inc
|
||||
.. include:: baremetal-api-v1-node-allocation.inc
|
||||
|
@ -1009,6 +1009,38 @@ fault:
|
||||
in: body
|
||||
required: false
|
||||
type: string
|
||||
firmware_component:
|
||||
description: |
|
||||
The Firmware Component of a Node, eg. "bios".
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
firmware_component_current_version:
|
||||
description: |
|
||||
The current version of a Firmware Component.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
firmware_component_initial_version:
|
||||
description: |
|
||||
The initial version of a Firmware Component.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
firmware_component_last_version_flashed:
|
||||
description: |
|
||||
The last version flashed of a Firmware Component.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
firmware_components:
|
||||
description: |
|
||||
List of Firmware Components of the node. It includes following fields
|
||||
"created_at", "updated_at", "component", "initial_version",
|
||||
"current_version", "last_version_flashed"
|
||||
in: body
|
||||
required: true
|
||||
type: array
|
||||
history_event:
|
||||
description: |
|
||||
The event message body which has been logged related to the node for
|
||||
|
Loading…
Reference in New Issue
Block a user