# Retrieve the system status (deprecated)

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.

Endpoint: GET /api/status/system
Version: v1.0
Security: OAuth2

## Response 200 fields (application/json:):

  - `redis` (object,null)
    Data storage statistics.

  - `elasticsearch` (object,null)
    Search statistics.

  - `self` (object)
    Represents a link to a resource.

  - `self.href` (string,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `self.filename_properties` (array,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `self.title` (string,null)
    Gets or sets the title that describes this link.

  - `self.templated` (boolean)
    Whether the contained URI is a template.


## Response 401 fields
