Solved
Most of our automations are started by a FME-Server Schedule-Trigger. I would like to make a list with all automations and their start-times. I can get a list of all automations with the REST API, but how could I get all the start-times? Thanks, Ve
Most of our automations are started by a FME-Server Schedule-Trigger. I would like to make a list with all automations and their start-times. I can get a list of all automations with the REST API, but how could I get all the start-times?
Thanks, Vera
Best answer by sanaeatsafe
Hi @vki !
Instead of using the automation API endpoints, you might use the schedules endpoint: GET /schedules.
When the 'includeAutomations' parameter is set to true, the response will include all the automations that use a Schedule Trigger and their start times ('begin'). One thing to keep in mind is that the API token must have fmesuperuser role to apply 'includeAutomations'=true in this request. This security requirement is positioned to change the V4 API. You can inquire about the progress of this request with our internal tracking id, FMESERVER-19031. Hope that helps!
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.