Skip to main content
Question

FME Server REST API: Where can I find a comprehensive documentation on parameter values applicable to a publication?

  • January 5, 2019
  • 4 replies
  • 12 views

takashi
Celebrity

I'm planning to develop a system that should contain a function to automatically configure a publication on an FME Server according to parameters set by a user via a web app.

I think it should be possible with FME Server REST API [POST] /notifications/publications (Create Publication).

However, so far, I've not found a comprehensive documentation on parameter values such as "publisherName", "properties/name" etc. applicable to a publication - e.g. Email (SMTP) publication.

Where can I find that?

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.

4 replies

itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • 1442 replies
  • January 6, 2019

I am afraid that the swagger API documentation is the most extensive documentation available that I know of, hopefully a Safe employee can shed some more light on this matter.


david_r
Celebrity
  • 8392 replies
  • January 7, 2019

I wonder if it's possible to use something like Fiddler to intercept and reverse engineer the API calls used by the GUI?


takashi
Celebrity
  • Author
  • 7843 replies
  • January 7, 2019

I wonder if it's possible to use something like Fiddler to intercept and reverse engineer the API calls used by the GUI?

Good idea. I'll give it a try later! Thanks.


Forum|alt.badge.img
  • 288 replies
  • January 10, 2019

Hi @takashi

There is also an example using the FME Server JS API, which dynamically exposes all parameters for all available protocols:

 

https://playground.fmeserver.com/javascript/notifications/create-publication/

Maybe this helps as well.