I have a requirement to call /run a DataStage job from an API. Please provide reference links/websites/steps
API-->DS job
I have a requirement to call /run a DataStage job from an API. Please provide reference links/websites/steps
API-->DS job
I'm a bit confused about this question because it's all documented online. But since I am not the kind of person who likes to admonish how to search the internet, I will give you some entry points.
This is a short explanation or let's say the fast lane:
https://www.ibm.com/docs/en/iis/11.7?topic=jobs-running-job-from-command-line
Probably the standard practice.
https://www.ibm.com/docs/en/iis/11.7?topic=interface-commands-controlling-infosphere-datastage-jobs
This is the API which is also used by the DataFlow Designer. Since I've never tested it, I can't recommend it, but also can't advise against it either. It exists.
https://www.ibm.com/docs/en/iis/11.7?topic=designer-rest-api
If you want to go more in-depth to include job controls in your own application, this reference is for you.