SendAction
The SendAction
action enables you to send an ACI, index, or service action to a specified service.
NOTE: Controller must be authorized to send the specified type of action to your child services. Ensure that you add the Controller host, SSL identity, or GSS principal to your child service authorization roles configuration.
You can send data as an HTTP POST request or as multipart data; posted data is then forwarded to the correct child engines.
NOTE: Because of re-encoding, uploads might be become larger when forwarded. This means that you might have to increase the value of the MaxFileUploadSize parameter for the child engine by up to 33%.
Example
a=SendAction&Port=9000&Command=query%26text%3d*
a=SendAction&Port=9000&Type=index&Command=DRERESET
a=SendAction&Port=9000&Type=service&Command=GetStatistics
Required Parameters
The following action parameters are required.
Parameter | Description |
---|---|
Command | The command to send to the server. |
Port | The port number of the service. |
Optional Parameters
This action accepts the following optional parameters.
Parameter | Description |
---|---|
Type | The type of action to send. |
Comments
You can also submit this action from Coordinator by specifying the ControllerUUID
parameter. For more information, refer to the Coordinator Reference.