📄
Nibble
📄
Nibble
📄
Nibble
📄
Nibble
Documentation
Introduction
About
Key concepts
Getting started
Query language
About
Tutorial
Specification
API
About
Tutorial
Specification
status
post
get since
get range
get latest
get earliest
get last
get first
delete since
delete range
names
stats
length
memory length
disk length
index length
sync
host list
host count
host add
host remove
Scaling
About
Tutorial
Contact
index length
get
/index/length
http://localhost:8000/ts/:id/index/length
This endpoint allows you to retrieve the length of a time series index.
Request
Response
Request
Path Parameters
id
required
string
id of time series (can contain comma separated list of ids)
Response
200: OK
JSON response
{
"length": 1
}
Example
Example
curl http://localhost:8000/ts/sensor1/index/length
Previous
disk length
Next
sync
Last updated
6 months ago