a81c01d6e2
A new endpoint has been made available to admin users or scope owners on ``GET /v2/dataframes``. This will allow end users to retrieve DataFrames in the form of JSON objects from the CloudKitty storage backend. Documentation and unit tests are included in this commit. Change-Id: I784da5565d040f565945fa93d86dcef11faa72f9
8 lines
284 B
YAML
8 lines
284 B
YAML
---
|
|
features:
|
|
- |
|
|
Added a v2 API endpoint allowing to retrieve dataframes from
|
|
the CloudKitty storage. This endpoint is available via a ``GET``
|
|
request on ``/v2/dataframes``. Being the owner of the scope or
|
|
having admin privileges are required to use this endpoint.
|