Skip to content

Status

The status and settings of the repository can be requested through the following URL:

http://{base}/management/status[?extended[&includeStats]]

The very basic information, with the status being either UP or DOWN (plain text), can be requested by all users, including unauthenticated users. Through content negotiation there is also a simple status in JSON available, which includes the repository status (online/offline) and version number.

Authenticated users get access to extended information in JSON (by making the request with the extended parameter). Statistical information is included if the parameter includeStats is provided in addition to extended. Admin users get some additional statistical information such as the total triple count and named graph count. This information is restricted to admins because it takes some time and resources to calculate these numbers.