EVQUEUE_API(8) | evqueue | EVQUEUE_API(8) |
evqueue_api - evQueue utilities
evqueue_api [ OPTIONS ] --<group> --<action> [--<parameter name> <parameter value>]*
Utility to query evQueue API from command line. Can be used to connect to the evQueue core through TCP or UNIX sockets.
Options, group and action MUST be passed before other arguments. Arguments expected after action are expected to be API command parameters only.
tcp socket: tcp://<hostname>[:<port>]
unix socket: unix://<path>
evqueue_api --task --get --id 1
Retrieve task information from API.
evqueue_api --connect unix:///var/run/evqueue.socket --user admin
--password admin --workflows --list
Connect to evqueue engine using UNIX socket and authentication. Request the
list of available workflows.
http://www.evqueue.net/
2016-07-11 | evQueue utilities |