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

getXMLACatalogsAsync

[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.

Example

let catalogs = await pivot.getXMLACatalogsAsync(proxyUrl, dataSourceInfo);

See an example on JSFiddle.

See also

getXMLACatalogs
getXMLADataSourcesAsync
getXMLAProviderNameAsync
getXMLACubesAsync