DataProviderService.getDatabases Method

Gets the databases for the specified provider.
 

Parameters

id

Type: String
The ID of the data provider to get the databases for.
settings

Type: Array
ElementType: ParameterValue
The provider specific parameter value settings.
dataConnectorId

Type: String
(optional) The data connector ID, if any.
Optional: True
gatewayId

Type: String
(optional) The ID of the gateway provider, if applicable.
Optional: True

Return Value


Type: jQuery.Promise
Value: Array
Element Value: String
A promise object that is resolved when the call is complete. If successful, an Array of String is returned.