The reboot operation is used to reboot your server.
The reboot operation is used to reboot your server.
A request XML packet (server_input.xsd
) that reboots the server:
<packet>
<server>
<reboot/>
</server>
</packet>
The reboot node of the output XML packet is of complex type (server_output.xsd
) which has the following presentation:
common.xsd
).This request reboots the server:
<packet>
<server>
<reboot/>
</server>
</packet>
Response:
<packet>
<server>
<reboot>
<result>
<status>ok</status>
</result>
</reboot>
</server>
</packet>