PP.App.getMetabaseConfig

Syntax

getMetabaseConfig(reload: Boolean, settings: Object);

Parameters

reload. It indicates whether repository configuration will be loaded again. The configuration is loaded again if the parameter is set to True, otherwise it is not loaded.

settings. Additional repository settings.

Description

The getMetabaseConfig method returns repository configuration parameters.

Comments

The method returns the JSON object with the following fields: Id - repository identifier, ConnectionOdId - repository connection moniker, PPServiceUrl - service URL, UserCreds - object with user credentials.

Example

The method use is given in the example for PP.App.openMetabase.

See also:

PP.App