
A new endpoint has been made available to admin users on ``POST /v2/dataframes``. This will allow end users to push DataFrames in the form of JSON objects into the CloudKitty storage. Documentation and unit tests are included in this commit. Depends-On: https://review.opendev.org/#/c/668669/ Change-Id: I42641462ecbac89f400a257805fc99f4027903b3 Story: 2005890 Task: 35953
27 lines
476 B
YAML
27 lines
476 B
YAML
200:
|
|
default: Request was successful.
|
|
|
|
201:
|
|
default: Resource was successfully created.
|
|
|
|
202:
|
|
default: Request has been accepted for asynchronous processing.
|
|
|
|
204:
|
|
default: Request was successful even though no content is to be returned.
|
|
|
|
400:
|
|
default: Invalid request.
|
|
|
|
401:
|
|
default: Unauthenticated user.
|
|
|
|
403:
|
|
default: Forbidden operation for the authentified user.
|
|
|
|
404:
|
|
default: Not found
|
|
|
|
405:
|
|
default: The method is not allowed for the requested URL.
|