Summary:
Reboots or shuts down the machine.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
|
If present, the server will be shut down. |
|
|
|
|
Returns:
None.
Description:
The call reboots or shuts down the current Hardware Node. To perform a complete shutdown, include the optional shutdown
element. To reboot, include just the reboot
element. All users that are currently logged on to the server will be automatically logged off.
Example:
Input
<packet version="4.0.0" id="2">
<target>computerm</target>
<data>
<computerm>
<reboot>
<shutdown/>
</reboot>
</computerm>
</data>
</packet>