Question

REST API and Job History in FME Server 2013


Hi , Is there a REST API that can help me access the job history in FME server (2013) . I am trying to get all the FME workspaces that have executed for the day/timespan


2 replies

Userlevel 1
Badge +18

Here is documentation on the current Rest Api: http://docs.safe.com/fme/html/FME_REST/v2/apidoc/i...

And here an example of python and the rest api for 2013: http://www.slideshare.net/SafeSoftware/python-and-...

I hope this is of any help.

Userlevel 5

Hi

The current REST API (v2) isn't available in FME Server 2013, try this local URL instead on your server:

http://<host>:<port>/fmerest/

If that doesn't work, look at the documentation in the FME Server installation directory.

David

Reply