Previous page

Next page

Locate page in Contents

Print this page

restart

Summary:

Restarts the specified services.

A logged operation.

Request specification:

Name

Min/Max

Type

Description

restart

1..[]

service_actionType

 

Returns:

OK/Error.

Description:

The call restarts the specified services. If a service doesn't exist or cannot be stopped or started, an error will be returned.

WindowsExample:

Restarting the Telnet service in the specified server.

<packet version="4.0.0">

<dst>

<host>74ee4ead-577a-438d-a22b-978922ecdac0</host>

</dst>

<target>servicem</target>

<data>

<servicem>

<restart>

<service>

<name>TlntSvr</name>

</service>

</restart>

</servicem>

</data>

</packet>

Please send us your feedback on this help page