Allows you to manage the dictionary for the TypeAhead
action. You can use it to add, remove, and modify terms in the configured dictionary file.
http://12.3.4.56:12000/action=TypeAheadManage&Mode=Dictionary&ManageMode=add&
This action uses port 12000
to get the request log from the ACI server that is located on a machine with the IP address 12.3.4.56
.
Parameter | Description | Required |
---|---|---|
ManageFile | A file that contains the changes that you want to make to the dictionary. | See Comments |
ManageMode | The type of change that you want to make to the dictionary. | Yes |
Mode | The TypeAhead mode that you want to update. | Yes |
Text | The changes that you want to make to the dictionary. | See Comments |
This action accepts the following standard ACI action parameters.
Parameter | Description |
---|---|
ActionID | A string to use to identify an ACI action. |
EncryptResponse | Encrypt the output. |
FileName | The file to write output to. |
ForceTemplateRefresh | Forces the server to load the template from disk. |
Output | Writes output to a file. |
ResponseFormat | The format of the action output. |
Template | The template to use for the action output. |
TemplateParamCSVs | A list of variables to use for the specified template. |
When Mode is set to add
, remove
, or edit
, you must specify one of Text or ManageFile to specify the changes that you want to make to the dictionary file.
|