Added missing fields in API Ref
Change-Id: Ia2de52368d7f7967b0cb62cf433883490feebd6b
This commit is contained in:
parent
e8d29df979
commit
8466ba7c2b
@ -496,6 +496,14 @@ Response
|
|||||||
- retired: retired
|
- retired: retired
|
||||||
- retired_reason: retired_reason
|
- retired_reason: retired_reason
|
||||||
- network_data: network_data
|
- network_data: network_data
|
||||||
|
- automated_clean: automated_clean
|
||||||
|
- service_step: service_step
|
||||||
|
- firmware_interface: firmware_interface
|
||||||
|
- provision_updated_at: provision_updated_at
|
||||||
|
- inspection_started_at: inspection_started_at
|
||||||
|
- inspection_finished_at: inspection_finished_at
|
||||||
|
- created_at: created_at
|
||||||
|
- updated_at: updated_at
|
||||||
|
|
||||||
**Example detailed list of Nodes:**
|
**Example detailed list of Nodes:**
|
||||||
|
|
||||||
|
@ -1060,6 +1060,12 @@ firmware_components:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: array
|
type: array
|
||||||
|
firmware_interface:
|
||||||
|
description: |
|
||||||
|
Firmware interface for a node, e.g. “redfish”.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
history_event:
|
history_event:
|
||||||
description: |
|
description: |
|
||||||
The event message body which has been logged related to the node for
|
The event message body which has been logged related to the node for
|
||||||
@ -2096,6 +2102,15 @@ secure_boot:
|
|||||||
Indicates whether node is currently booted with secure_boot turned on.
|
Indicates whether node is currently booted with secure_boot turned on.
|
||||||
in: body
|
in: body
|
||||||
type: boolean
|
type: boolean
|
||||||
|
service_step:
|
||||||
|
description: |
|
||||||
|
A dictionary containing the interface and step to be executed on the node.
|
||||||
|
The dictionary must contain the keys 'interface' and 'step'. If specified,
|
||||||
|
the value for 'args' is a keyword variable argument dictionary that is
|
||||||
|
passed to the cleaning step method.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: JSON
|
||||||
service_steps:
|
service_steps:
|
||||||
description: |
|
description: |
|
||||||
An ordered list of service steps that will be performed on the node. A
|
An ordered list of service steps that will be performed on the node. A
|
||||||
|
Loading…
Reference in New Issue
Block a user