The time interval in milliseconds between database rows at this
level. For example, a value of 1000 would indicate that the level
contains second-by-second data rows.
Get /sys/db/level/{idx}/interval
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}/interval
Request samples
curl
Python
JavaScript
Go
Response samples
200
401
application/json
{
"result": 1000,
"error": "Error message (present if an error occurred)."