cloudkitty/releasenotes/notes/add-storage-state-v2-api-endpoint-45a29d0b44e177b8.yaml
Luka Peschke cb540872e8 Add a v2 API endpoint to get scope state
This adds a v2 API endpoint allowing to retrieve the state of several
scopes. It supports pagination and various filter.

Depends-On: https://review.opendev.org/#/c/658072
Change-Id: I3cb7f0554f7794eaaf2e7c35db6c36254bff96db
Story: 2005395
Task: 30789
2019-05-22 16:25:32 +02:00

7 lines
246 B
YAML

---
features:
- |
Added a v2 API endpoint allowing to retrieve the state of several scopes.
This endpoint is available via a ``GET`` request on ``/v2/scope`` and
supports filters. Admin privileges are required to use this endpoint.