Hi @itay , to help me understand your request—are you referring to an API external to FME?
If so, could you share more details about how you envision the configuration steps? A rough outline or example would really help clarify the use case.
In addition to the Flow REST API you mentioned, it's also worth noting that if you create any Data Virtualization APIs in FME, the corresponding Swagger API documentation is automatically generated for you.
I think he is talking about an equivalent of http://<fmeflowweburl>/fmeapiv4/v3/api-docs but for Data Virtualization API. As of FME 2025.1 b25606, FME Flow doesn’t generate any API documentation endpoint, or doesn’t show it :
It’s possible to obtain, but only through the Flow UI (Actions > Export OpenAPI Specification) which doesn’t make it easy for external clients or users...
Oh, I hadn't realized that was possible, nor what was under the Action menu. It's easy to miss. So there's an endpoint for this, but it's only requestable from the UI? Would it be possible to integrate it into FME Flow's Rest API?
@alexbiz you are correct I am referring to the OpenAPI document.
@rylanatsafe I know that is it possible to export it, but as you say it is not easy to share with external users and it would be much better to have is as an integral part of the swagger documentation.