You can translate the question and the replies:

Protocol to connect Denodo Scheduler from a third party

Hi Support, We are planning to centralize all the jobs i.e. Windows Task schduler , SQL and Denodo into one. We have planned to use VisualCron for this. Can you help us with the protocol(FTP/SCP/SMTP/POP3/IMAP/SSH/WebDav) to select to connect Denodo Scheduler from VisualCron.
user
14-09-2017 06:51:07 -0400
code

4 Answers

Hi, Denodo Scheduler supports managing the scheduler jobs from a third party application, using Scheduler API. Through this you can see the list of jobs, start/stop jobs, manage permissions, etc. When I need to execute the Scheduler jobs from a third party application, I would create a Scheduler API based on JAVA code. To create it, I would refer the examples included in the directory, <DENODO_HOME>/samples/scheduler/scheduler-api . To find the list of JAVA classes supported by Denodo Scheduler, refer this [link](https://community.denodo.com/docs/html/browse/6.0/scheduler/javadoc/index) and to know more about Scheduler API, you could refer the section [Scheduler Client API](https://community.denodo.com/docs/html/browse/6.0/scheduler/administration/developer_api/scheduler_client_api/scheduler_client_api) in the Scheduler Administration Guide. Hope this helps !!
Denodo Team
15-09-2017 04:22:24 -0400
code
Can you suggest me any Third Party scheduler which can ease my Job
user
18-09-2017 07:43:08 -0400
Any suggetion?
user
21-09-2017 01:01:38 -0400
Hi, In Denodo Platform, it is possible to create a client API, that allows you to manage the Scheduler Jobs, from a third party Application. You could refer the samples that are given in the directory, <DENODO_HOME>/samples/scheduler/scheduler-api, to create a Scheduler API. Hope this helps !!
Denodo Team
27-09-2017 04:31:29 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here