Skip to main content
Archived

FME Server REST API - allow quering of jobs by date or time frame

Related products:FME Flow
  • October 15, 2020
  • 1 reply
  • 23 views

john_gis4
Contributor
Forum|alt.badge.img+13

Hi

I'm looking at ways to monitor FME Server using the REST API and would like to perhaps query for all failed jobs in the last n days/hours/minutes.

 

It's currently possible with the V3 API to query for failed jobs - e.g.

 

https://myfmeserver/fmerest/v3/transformations/jobs/completed?completedState=failed

 

However, this will return ALL failed jobs. If we are monitoring for recent failures, we would want to query using dates or a timeframe (e.g previous n minutes/hours/days). Currently this is not possible and requires either returning all failed jobs (could be many) and then filtering the results by date on the client.


Querying by date seems to be a fairly logical thing to want to do and there are possibly other areas of the API where this would also be applicable.

1 reply

LizAtSafe
Safer
Forum|alt.badge.img+18
  • Safer
  • April 5, 2025
OpenArchived