/sys/db/level/{idx}/row-count

The number of rows available at this storage level. Each database level is cyclical so a level with n rows and an interval of t milliseconds can retain the most recent n_·_t milliseconds worth of data.

Get /sys/db/level/{idx}/row-count

SecurityApiKey
Request
path Parameters
idx
required
integer >= 0

The index of a db level.

Responses
200

Normal response.

401

Unauthorized response.

get/sys/db/level/{idx}/row-count
Request samples
Response samples
application/json
{
  • "result": 32768,
  • "error": "Error message (present if an error occurred)."
}