From 8466ba7c2b5697770e60d54791350dc5f7caaf8a Mon Sep 17 00:00:00 2001 From: Sharpz7 Date: Wed, 30 Oct 2024 22:11:28 +0000 Subject: [PATCH] Added missing fields in API Ref Change-Id: Ia2de52368d7f7967b0cb62cf433883490feebd6b --- api-ref/source/baremetal-api-v1-nodes.inc | 8 ++++++++ api-ref/source/parameters.yaml | 15 +++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/api-ref/source/baremetal-api-v1-nodes.inc b/api-ref/source/baremetal-api-v1-nodes.inc index 22d4f980d1..f55b5abfeb 100644 --- a/api-ref/source/baremetal-api-v1-nodes.inc +++ b/api-ref/source/baremetal-api-v1-nodes.inc @@ -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:** diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index e800631913..6e3cafc671 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -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