/sys/db/level/{idx}/volatile

This is true if this level of the database storage is volatile. The data in volatile levels is lost each time the meter is powered up (rebooted).

Get /sys/db/level/{idx}/volatile

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}/volatile
Request samples
Response samples
application/json
{
  • "result": true,
  • "error": "Error message (present if an error occurred)."
}