diff options
author | Bob Fournier <bfournie@redhat.com> | 2021-04-16 15:15:53 -0400 |
---|---|---|
committer | Bob Fournier <bfournie@redhat.com> | 2021-05-27 12:15:20 -0400 |
commit | e15440370cca1f1a998d3607910697c3129d040a (patch) | |
tree | 679da9689641befecc922a83f2c4542999807825 /doc/source/contributor | |
parent | caa4c8fd2964cd0c75025705497b7040c973dbe0 (diff) | |
download | ironic-e15440370cca1f1a998d3607910697c3129d040a.tar.gz |
Include bios registry fields in bios API
Provide the fields in the BIOS setting API -
``/v1/nodes/{node}/bios/{setting}``, and in the BIOS setting list API
when details are requested - ``/v1/nodes/<node>/bios?detail=True``.
Story: #2008571
Task: #42483
Change-Id: Ie86ec57e428e2bb2efd099a839105e51a94824ab
Diffstat (limited to 'doc/source/contributor')
-rw-r--r-- | doc/source/contributor/webapi-version-history.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/source/contributor/webapi-version-history.rst b/doc/source/contributor/webapi-version-history.rst index 37adc74cf..10816c529 100644 --- a/doc/source/contributor/webapi-version-history.rst +++ b/doc/source/contributor/webapi-version-history.rst @@ -2,8 +2,19 @@ REST API Version History ======================== +1.74 (Xena) +---------------------- + +Add support for BIOS registry fields which include details about the BIOS +setting. Included in the ``/v1/nodes/{node_ident}/bios/{setting}`` response. +Add a new selector to include the fields in the BIOS settings list: +* ``/v1/nodes/{node_ident}/bios/?detail=`` +Also add a fields selector to the the BIOS settings list: +* ``/v1/nodes/{node_ident}/bios/?fields=`` + 1.73 (Xena) ---------------------- + Add a new ``deploy`` verb as an alias to ``active`` and ``undeploy`` verb as an alias to ``deleted``. |