home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

<reboot> — scheduled (system RPC)

Use this RPC to schedule a reboot of Vyatta NOS at a time you specify. Or, of you do not specify a time, Vyatta NOS schedules the reboot to occur in approximately one minute.

Note: Useful reboot CLI commands
  • To see the time for which a reboot is scheduled, us the show reboot command.
  • To cancel a scheduled reboot, use the reboot cancel command.
Module
vyatta-system-reboot-v1
Available elements
<at>
Time stamp, in one of these formats:
  • <YYYY>-<MM>-<DD>T<HH>:<MM>:<SS>.<ms>Z — for example, 2022-01-15T12:48:30.0Z.
  • <YYYY>-<MM>-<DD>T<HH>:<MM>:<SS>.<ms>[+/-]<HH>:<MM> — for example, 2022-01-15T12:48:30.0+00:00.
Example XML input
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1">
 <reboot xmlns="urn:vyatta.com:mgmt:vyatta-system:1">
  <at>2022-01-15T12:48:30.0+00:00</at>
 </reboot>
</rpc>
]]>]]>
Example output
<?xml version="1.0" encoding="UTF-8"?>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1">
 <ok/>
</rpc-reply>
]]>]]>