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!