Skip to main content
GET
/
v1
/
stats
curl
curl --location --request GET 'http://oc1-lts0:9090/v1/stats' \
--header 'Accept: application/json'
[
  {
    "name": "vm.stats.pdfCacheSize",
    "time": "1686335017884363",
    "timestamp": "2023-06-09T18:23:37.884Z",
    "node": "sql0",
    "value": 4680936
  },
  {
    "name": "localStorageService.device.spaceFree",
    "time": "1686335145388588",
    "timestamp": "2023-06-09T18:25:45.388Z",
    "node": "sql0",
    "value": 0,
    "device": "4418fbc3-fcf9-5cfe-b2b3-b41a8247a600"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.ocient.com/llms.txt

Use this file to discover all available pages before exploring further.

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.

Body

application/json
filter
string

Filter for the statistics.

Response

200 - application/json

Response

name
string
time
string
timestamp
string
node
string
value
integer
Last modified on May 20, 2026