Hi,
I want to execute a graph using the simple http api from a java code. However I am not sure how to pass the clover username and password to this url for authentication. - http://<host>:<post>/clover/simpleHttpApi/graph_run?sandbox=<sandboxname>&graphID=graph/Baseline.grf&verbose=FULL
Please help.
Thanks,
Alaka
I want to execute a graph using the simple http api from a java code. However I am not sure how to pass the clover username and password to this url for authentication. - http://<host>:<post>/clover/simpleHttpApi/graph_run?sandbox=<sandboxname>&graphID=graph/Baseline.grf&verbose=FULL
Please help.
Thanks,
Alaka
-
Hi Alaka,
URL should look like:
http://login:password@server:port/clover/request_processor/graph_status?runID=1
See for details:
* http://doc.cloveretl.com/documentation/ ... p-api.html
* http://en.wikipedia.org/wiki/URI_scheme
I hope this helps.
Please sign in to leave a comment.
Comments 1