trove/releasenotes/notes/add-instance-detailed-list-e712dccf6c9091c0.yaml
Bartosz Zurkowski f9fd69e9c6 Add detailed list for instances
Currently, listing instances only allows to get basic information about
entities. To get the details, one need to query instance "show" endpoint
for each instance separately. This is inefficient and exposes API to a
heavier load.

There are use cases in which we want to obtain detailed information
about all instances. In particular, in services integrating with Trove.
For example, Vitrage project requires this information to build vertices
and edges in the resource graph for RCA analysis.

Change-Id: I33252cce41c27cc7302c860dde1f6448ecdf3991
Signed-off-by: Bartosz Zurkowski <b.zurkowski@samsung.com>
2018-10-08 13:51:54 +02:00

5 lines
102 B
YAML

---
features:
- |
Added ``/instances/detail`` endpoint to fetch list of instances with details.