Invoking the Talend Administration Center API
interactively
When developers work with the MetaServlet API, it can be useful
for them to interactively invoke the Talend Administration Center API.
Procedure
Go to the Job Conductor
page of Talend Administration Center, select the
arrow icon next to any of the columns and make sure the Id column is checked so that it will be
displayed.
Send the encoded result with the POST or GET operation to the
http://<host>:<port>/<TalendAdministrationCenter_name>/metaServlet
URL. It is recommended to use the POST operation with the parameters in the body
instead of GET for additional security.
The result of the HTTP message is returned as JSON to the
object. It includes the execRequestId which is
the handle for your new Job
instance.