[starting from version: 2.9]
getXMLACatalogsAsync(proxyURL: String, dataSource: String): Promise<String[]>
One of four async API calls for OLAP/XMLA connectivity diagnostics.
Returns a Promise object that resolves to an array of catalog names. Learn more about the method in getXMLACatalogs.
let catalogs = await pivot.getXMLACatalogsAsync(proxyUrl, dataSourceInfo);
See an example on JSFiddle.
getXMLACatalogs
getXMLADataSourcesAsync
getXMLAProviderNameAsync
getXMLACubesAsync