Return the current app collection of data source configurations.
Data source configurations are used by the app to access its backend. For example, if ALM is configured to work from several servers, this API retrieves a collection of these configurations.
java.util.Collection<DSConfiguration> getConnectionInfo(
java.lang.String
)
|
Parameters
- dataSourceName
- the name of the data source to retrieve, usually the same as the app service ID
Return Value
collection of DSConfiguration. DSconfiguration is a key-value map of the data source.