Merge "Added missing fields in API Ref"

This commit is contained in:
Zuul 2024-10-31 16:36:44 +00:00 committed by Gerrit Code Review
commit 312fed31d7
2 changed files with 23 additions and 0 deletions

View File

@ -496,6 +496,14 @@ Response
- retired: retired
- retired_reason: retired_reason
- 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:**

View File

@ -1060,6 +1060,12 @@ firmware_components:
in: body
required: true
type: array
firmware_interface:
description: |
Firmware interface for a node, e.g. “redfish”.
in: body
required: true
type: string
history_event:
description: |
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.
in: body
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:
description: |
An ordered list of service steps that will be performed on the node. A