Solved

Get database connections and parameters from FME REST API

  • 15 February 2024
  • 1 reply
  • 39 views

Badge +3

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!

icon

Best answer by hkingsbury 15 February 2024, 21:06

View original

1 reply

Userlevel 5
Badge +29

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

Reply