System Administration
Monitoring

System Information REST Endpoints

The

 maintains many internal statistics. You can access the statistics on each node in the database using a REST interface that listens on port 9090 by default. For an overview of monitoring statistics, see Statistics Monitoring.

Retrieve the statistics on each node in the database.
GET
Request
Body Parameters
filter
optional
String
Filter for the statistics.


These fields appear in every entry returned in the response from the http://oc1-lts0:9090/v1/stats endpoint:

  • name
  • time
  • timestamp
  • node
  • value

Additional fields can vary.

Retrieve the version of the software running.
GET
Request

Retrieve the status of the software running.
GET
Request

Retrieve the configuration about this node in JSON format.
GET
Request

Retrieve the configuration of the system as a whole in JSON format.
GET
Request

Retrieve values of configuration parameters.
GET
Request