Get Data Sources

Prev Next
Get
/api/v1/Authoring/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

Expand All
object
dataSources
Array of object (Configuration.Api.Models.v1.DataSource) | null

List of available data sources

object
id
integer (int32)

The data source id

name
string | null

The data source name

environment
string | null

The data source environment

database
string | null

The data source database

server
string | null

The data source server

engine
string | null

The data source engine

template
string | null

The data source template

agentGroup
string | null

The data source agent group

includeInTrustScore
boolean

Whether the data source is included in the trust score

dateCreated
string (date-time)

The creation date of the data source

dateModified
string (date-time)

The latest modification date of the data source

400

Bad Request

object
error
string | null