api:rest:action_router
Action Router (REST API)
Queries to control Action Router.
Action Execution
POST http://<IP_ADDR>:7901/action?command=<cmd>&service=<SERVICE_NAME>&action=<ACTION_NAME>[¶m1=val[¶m2=val...]]
Parameter description:
- POST – HTTP POST query.
- <IP_ADDR> – server IP address.
- <cmd> - command to be sent to Action Router. Supported commands:
- “exec” - executes the specified Action.
- <SERVICE_NAME> - user-defined name of the module receiving the Action.
- <ACTION_NAME> - name of the executable Action.
- paramN=val - optional parameter. The parameter-value pair sent to the Action.
api/rest/action_router.txt · Last modified: 2023/06/26 14:08 by Victory Gorshkova