The SendAction action enables you to send an ACI, index, or service action to a specified service port.
Tip: You do not need to include action= or a= for ACI or service actions.
You can send data as an HTTP POST request or as multipart data; posted data is then forwarded to the correct child engines.
a=SendAction&Port=9000&Command=query%26text%3d*
a=SendAction&Port=9000&Type=index&Command=DRERESET
a=SendAction&Port=9000&Type=service&Command=GetStatistics
| Parameter | Description | Required |
|---|---|---|
| Command | The command to send to the server. | Yes |
| Port | The port number of the service. | Yes |
| Type | The type of action to send. |
You can also submit this action from Coordinator by specifying the ControllerUUID parameter. For more information, refer to the IDOL Site Admin Coordinator Reference.
|
|