Retrieve the system status
deprecated

Request

Retrieves status information about the system, including search and data storage statistics. This endpoint is deprecated. Use the graph, data storage, or search resource endpoints instead.

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

Responses

Successful operation

Body
redisobject or null

Data storage statistics.

elasticsearchobject or null

Search statistics.

selfobject(Link)

Represents a link to a resource.

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