Page 1 of 1

calling dsjob or similar command through web services

Posted: Mon Feb 06, 2017 1:58 pm
by amit.jaiswal_ATL
Hello All,

I have read that "dsjob" and similar commands can be called using CLI or API, however, just wanted to understand if such commands can be called as a web services? If yes, can you please provide more details ?

Basically, we are looking to automate processes like job export, job import, creation of project, etc. Can we call such commands through web services ?

Thanks in advance!

Re: calling dsjob or similar command through web services

Posted: Thu Feb 09, 2017 9:13 am
by samyamkrishna
you can call the job as a service.
Read below for more details.

https://www.ibm.com/support/knowledgece ... ogies.html

Posted: Mon Feb 20, 2017 9:17 am
by amit.jaiswal_ATL
Basically, we are looking to automate processes like job export, job import, updating dsx file or DS Metadata table, creation of project, etc. Can we call such commands/processes through web services ?

Posted: Mon Feb 20, 2017 9:36 am
by chulett
Doesn't really help to simply repeat your original post word for word. :?

If you have access to the command line, you can "call" any of those that you wish. I would imagine you would want to script whatever you need done and then call the script rather than trying to do everything at an atomic level "through web services"... but perhaps that's just me.