ironic-inspector/releasenotes/notes/add-list-introspection-state-selector-3bbb37dd08e35d09.yaml
Tadeas Kot ff93c7799f Add support for state selector in the list introspection
This commit add support for state selector to the list introspection.

* ``GET /v1/introspection?state=[starting, waiting, processing,
                                 finished, error, reapplying,
				 enrolling]``

Story: 1625183
Task: 11350
Change-Id: I2c5222110487a08a4e7b1efbcbc5dc3d552fae3e
2021-09-27 14:03:58 +02:00

9 lines
222 B
YAML

---
features:
- |
Adds support for filter by state in the list introspection API.
See `story 1625183
<https://storyboard.openstack.org/#!/story/1625183>`_.
* ``GET /v1/introspection?state=starting,...``