Skip to main content
Question

REST API and Job History in FME Server 2013

  • April 13, 2016
  • 2 replies
  • 9 views

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

stalknecht
Contributor
Forum|alt.badge.img+21
  • Contributor
  • April 14, 2016

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.


david_r
Celebrity
  • April 14, 2016

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