Previous page

Next page

Locate page in Contents

Print this page

reboot

Summary:

Reboots or shuts down the machine.

Request specification:

Name

Min/Max

Type

Description

reboot

0..1

none

 

{

 

 

 

shutdown

0..1

none

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>

Please send us your feedback on this help page