Get all Datasources for a Tenant.
{ getDataSourcesByTenant }
Get all Datasources for a Tenant.
Method
/API2/dataSources/getDataSourcesByTenant
Input Parameters
Name
tenantId
Type
string
Description
The tenant's ID
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
Result object with success or failure flag and related messages. Also includes the servers found Note that the response is returned as a list of items of this object type.
Notes
The returned datasource list is a list of IDs only. Use function getDataSourceById to get the metadata for each item.