Skip to main content
Solved

Export list of FME Server Scheduled Jobs to File


mmccart
Contributor
Forum|alt.badge.img+16

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.

View original
Did this help you find an answer to your question?

4 replies

Forum|alt.badge.img
  • Best Answer
  • April 25, 2017

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.


erik_jan
Contributor
Forum|alt.badge.img+17
  • Contributor
  • April 25, 2017

All this information is stored in the FME Server database (default postgresSQL).

That data can be read using FME (what else) and written to any format of choice.

Be aware not to write anything to the FME Server database as that may corrupt your FME Server instance.


mmccart
Contributor
Forum|alt.badge.img+16
  • Author
  • Contributor
  • April 25, 2017
larry wrote:

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.

Thank you!

 

 


itay
Supporter
Forum|alt.badge.img+16
  • Supporter
  • April 25, 2017
larry wrote:

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.

Yes the API is THE place to extract information about your server behavior.

 

 


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings