Hi All,
Kindly let me know if there are nodes that could be utilised or an API to be called to get names of all the Batch jobs @ Dataflux.
Thanks,
Sandeep
The wsdl is accessible from a web UI at this address:
http://<DM Server machine>:<DM Server port>/?wsdl
I think what you're looking for is SendObjectListRequest.
Hope this helps.
Hi,
On Data Management Server, you can call a wbe service that can return the list of the jobs that are published on the server. Is this what you're looking for?
Thanks,
Audrey
The wsdl is accessible from a web UI at this address:
http://<DM Server machine>:<DM Server port>/?wsdl
I think what you're looking for is SendObjectListRequest.
Hope this helps.
Hi Audrey,
Thanks for the response... Apologies for the late response.
Yes I have managed to get the information using rest full api.
Your response help me indeed.
Thanks
Sandee
Hi Sandee
Starting from DM Server 2.7 r you can use the REST api as well:
http://myserver:21036/SASDataMgmtBatchJob/rest/jobFlowDefns
Regards
Vincent
Hi Vincent... This is exactly what i did 🙂 thanks
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.