7cb40d5fec
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
10 lines
320 B
YAML
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.
|