We have updated Flexmonster Software License Agreement, effective as of September 30, 2025 (list of changes)
All documentation

getXMLADataSourcesAsync

[starting from version: 2.9]

getXMLADataSourcesAsync(proxyURL: String): Promise<String[]>

One of four async API calls for OLAP/XMLA connectivity diagnostics.

Returns a Promise object that resolves to an array of data sources. Learn more about the method in getXMLADataSources.

Example

let dataSourcesInfo = await pivot.getXMLADataSourcesAsync(proxyUrl);

See an example on JSFiddle.

See also

getXMLADataSources
getXMLACubeAsync
getXMLACatalogsAsync
getXMLAProviderNameAsync