Skip to main content
Solved

Get database connections and parameters from FME REST API

  • February 15, 2024
  • 1 reply
  • 184 views

kirken
Contributor
Forum|alt.badge.img+7

Hi!
I would like to get all database connections and additional information (e.g host, service name, username etc ) from FME REST API. 
I know that I can get all database connections with this request:
https://FMEServerName/fmerest/v3/security/categories/NamedConnections/resources?limit=-1&offset=-1 

it gives owner, display name, permissions, name, but not connection parametes. 

Is it somehow possible to get connection parameters as well?

 

Thanks!

Best answer by hkingsbury

Having that information available via the REST API would be pretty high risk. I don’t think you’ll be able to get it sorry

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.

1 reply

hkingsbury
Celebrity
Forum|alt.badge.img+63
  • Celebrity
  • 1632 replies
  • Best Answer
  • February 15, 2024

Having that information available via the REST API would be pretty high risk. I don’t think you’ll be able to get it sorry