Hi, I want to retrieve a list of processes which are published in the control room. One way I know is by doing query on SQL database. But I dont think this is the best way. I have also explored command line API but could not find any command which can give published process as output.
Any suggestion/direction in this will help me a lot.
http://127.0.0.1:8181/help%20proclist
Command: proclist
Provides a list of processes which are available to be run. Only published processes appear in this list. Output is in the form of one process per line, formatted as follows:
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx - Process One
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx - Process Two
The value in the first field is the unique identifier of the process. This is used in conjunction with the 'create' command to create a pending session for a process.
Hi There, Thanks for reply. I have executed /proclist command but I am getting error as ""Invalid command line argument '/Proclist'. Please notePlease can you provide the exact syntax of the command with any argument if it accepts. I am not able to open the link for the document u have given.
The above example is used for making a web call to a resource machine to query it's status.
If you open a browser, and enter http://resource:port/proclist (where resource is the resource machine name, and defined port) you should get back a list with all the published processes.
Alternatively, use http://resource:port/help to give you a list of the differernt queries you can call.