python-ironicclient/releasenotes/notes/add-node-history-b9b9beeb0200f185.yaml
Julia Kreger 2e0cef2cb0 Add node history support
Adds support for rest API version 1.78, which
covers the node history feature.

Story: 2002980
Task: 43319
Change-Id: I6edbc38353a4b2f7b0a758108bc91cc9fb72a29d
2021-12-01 07:24:27 -08:00

10 lines
426 B
YAML

---
features:
- |
Adds support for API version ``1.78`` and "node history" functionality
allowing users to query a list of events, and retrieve a single history
event from a baremetal node.
- Adds ``get_history_list`` and ``get_history_event`` methods to the python
client library. These methods allow operators to query recorded node event
information from an ironic API, where supported and enabled.