Retrieve the status and statistics for data storage

Request

Retrieves statistics and status information for the data storage layer.

Security
OAuth2
curl -i -X GET \
  https://your-server/api/status/datastorage \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Successful operation

Body
statisticsobject or null

Statistics of the data storage

selfobject(Link)

Represents a link to a resource.

Response
{ "statistics": {}, "self": { "href": "string", "filename_properties": [ … ], "title": "string", "templated": false } }