StopService
The StopService
action stops the service that you specify using the Port
parameter.
Example
a=StopService&Port=9000
a=StopService&Port=9000&ControlMethod=SCM
NOTE: You must have Windows administrator privileges to use this action.
Required Parameters
The following action parameters are required.
Parameter | Description |
---|---|
Port | The port that the service that you want to stop is running on. |
Optional Parameters
This action accepts the following optional parameters.
Parameter | Description |
---|---|
ControlMethod | The control method to use to stop the service. |
Comments
You can also submit this action from Coordinator by specifying the ControllerUUID
parameter. By default, the action is asynchronous, but you can run it synchronously by setting the Synchronous
parameter to True
.
If the response is successful, the response contains the following information:
- A token for the Controller server (
<ControllerToken>
). - The request port number (
<Port>
). - The UUID of the Controller server in question (as specified by the
ControllerUUID
parameter).
You can use the token with the QueueInfo
action to find the status of the action. For example:
action=SendAction&ControllerUUID=<UUID>&Command=QueueInfo&QueueAction=GetStatus&QueueName=<Action>&Token=<ControllerToken>
If the response fails, it contains an error. Usually this is as a result of an issue with underlying Controller server, or as a result of an issue with Coordinator itself if the Controller server is down.
For more information, refer to the Coordinator Reference.