/sys/boot/time

The time of the last user-initiated reboot. It is a decimal Unix timestamp string or null if unavailable. Unanticipated reboots, e.g., due to power failure or watchdog-timeouts do not update this resource.

Get /sys/boot/time

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/sys/boot/time
Request samples
Response samples
application/json
{
  • "result": "1677287880.350",
  • "error": "Error message (present if an error occurred)."
}