Previous page

Next page

Locate page in Contents

Print this page

start

Summary:

Starts the specified services.

This is a logged operation.

Request specification:

Name

Min/Max

Type

Description

start

1..[]

service_actionType

 

Returns:

OK/Error.

Description:

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

WindowsExample:

Starting 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>

<start>

<service>

<name>TlntSvr</name>

</service>

</start>

</servicem>

</data>

</packet>

Please send us your feedback on this help page