Send Actions to IDOL View Component
IDOL View Component actions are HTTP requests, which you can send, for example, from your web browser. The general syntax of these actions is:
http://host:port/action=action¶meters
where:
host
|
is the IP address or name of the machine where IDOL View Component is installed. |
port
|
is the IDOL View Component ACI port. The ACI port is specified by the Port parameter in the [Server] section of the IDOL View Component configuration file. For more information about the Port parameter, see the IDOL View Component Reference. |
action
|
is the name of the action you want to run. |
parameters
|
are the required and optional parameters for the action. |
NOTE: Separate individual parameters with an ampersand (&). Separate parameter names from values with an equals sign (=). You must percent-encode all parameter values.
For more information about actions, see the IDOL View Component Reference.
TIP: As an alternative to sending ACI actions directly, you can run any IDOL action from the IDOL Admin interface. For more information, refer to the IDOL Admin User Guide.