Retrieve the status and statistics for media storage

Request

Retrieves the status and related statistics for the media storage layer.

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

Responses

Successful operation

Body
statisticsobject or null

Statistics for the media storage.

selfobject(Link)

Represents a link to a resource.

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