NPM Reboot v1.1
Created Jun 23, 2026 at 05:28 AM

Resource: boot_timestamp

The time when the system last booted

http://{device}/api/npm.reboot/1.1/boot_timestamp
  • JSON
  • integer
    Property Name Type Description Notes
    boot_timestamp <integer> The time when the system last booted Read-only;

    Resource: reboot

    perform the actual reboot

    http://{device}/api/npm.reboot/1.1/reboot
  • JSON
  • {
    }
    Property Name Type Description Notes
    reboot <object> perform the actual reboot

    Resource: shutdown

    perform the actual shutdown

    http://{device}/api/npm.reboot/1.1/shutdown
  • JSON
  • {
    }
    Property Name Type Description Notes
    shutdown <object> perform the actual shutdown

    Resource: uptime

    Time in seconds since the last boot

    http://{device}/api/npm.reboot/1.1/uptime
  • JSON
  • integer
    Property Name Type Description Notes
    uptime <integer> Time in seconds since the last boot Read-only;