ironic-inspector/releasenotes/notes/add-support-for-listing-all-introspection-statuses-2a3d4379c3854894.yaml
dparalen 7cb40d5fec Add API for listing all introspection statuses
This patch introduces an API endpoint to list introspection statuses.  The
endpoint supports pagination with an uuid-marker and a limit query string
fields.  Due to the pagination, this change introduces a new configuration
option: ``api_max_limit``.

APIImpact

Change-Id: I74d02698801d5290619161b2d8d7181ab51a0a5e
Partial-Bug: #1525238
2016-11-21 15:58:24 +01:00

10 lines
320 B
YAML

---
features:
- |
Add an API endpoint for listing introspection statuses, operators can get
status for all running or previously run introspection processing.
- |
Introduced a new configuration option ``api_max_limit`` that defines the
maximum number of items per page when API results are paginated.