You can translate the question and the replies:

Commands/VQL Statement to manage Scheduler Jobs

Hi, Does scheduler support management of jobs through a command line interface or VQL interface? We are ware that Scheduler Client API allows jobs, filter sequences and data sources to be programmatically configured and managed. But its to feasible for our use case. Kindly advise. Thanks.
user
21-01-2021 02:29:52 -0500
code

1 Answer

Hi , In order to manage a scheduler job from the command line interface I would use the **Scheduler Client RMI API**. To get more details on this, a sample is available with the Denodo Platform Installation and can be found in the "<DENODO_HOME>/samples/scheduler/scheduler-api folder". There is more information on how to use the sample Scheduler API in the "README_Scheduler" file in the same directory. Also, starting from Denodo Platform 8, a new **Scheduler REST Client API** is available that helps interact with the Scheduler server using curl on the command line. You can refer to the [Scheduler RMI Client API](https://community.denodo.com/docs/html/browse/8.0/scheduler/administration/developer_api/scheduler_client_api/scheduler_client_api) section and [Scheduler REST Client API](https://community.denodo.com/docs/html/browse/8.0/scheduler/administration/developer_api/rest_api/rest_api) section of the Scheduler Administration Guide for more information! Hope this helps!
Denodo Team
22-01-2021 06:18:47 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here