Get
/api/v1/Catalog/data-sources
Returns a list of data sources
Security
API Key: x-val-api-token
Header parameter namex-val-api-token
API key needed to access endpoints. Each Validatar user can manage their own set of API keys.
Responses
200
OK
object
dataSources
Array of object (Configuration.Api.Models.v1.DataSourceSummary) | null
List of data sources
object
dataSourceName
string | null
The name of the data source
dataSourceId
integer (int32)
The ID of the data source
dataSourceServer
string | null
The name of the data source server
dataSourceDatabase
string | null
The name of the data source database
includeInTrustScore
boolean
Whether the data source is included in the trust score
404
Not Found
object
error
string | null