Is there a way to export a list of scheduled jobs from FME Server to a txt file or some other format?
Thanks in advance.
Is there a way to export a list of scheduled jobs from FME Server to a txt file or some other format?
Thanks in advance.
Best answer by larry
You can use a REST call to get all the schedules in json format and use json manipulation transformers to get the information you need and then write it to a text file.
See:
http://<Your FME Server address>/fmerest/v2/apidoc/#!/schedules/list_get_0
for API details.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.