Get
/api/v1/Authoring/data-processing-engines
Returns a list of data processing engines
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
engines
Array of object (Configuration.Api.Models.v1.DataProcessingEngine) | null
A list of active data processing engines
object
id
integer (int32)
The data processing engine ID
name
string | null
The data processing engine name
engineType
string
Valid values[
"BuiltIn",
"Snowflake"
]
serverName
string | null
The server name of the data processing engine
databaseName
string | null
The database name of the data processing engine
testResultLocation
string
Valid values[
"LocalStorage",
"Snowflake"
]
historicalProfileLocation
string
Valid values[
"LocalStorage",
"Snowflake"
]
latestProfileLocation
string
Valid values[
"LocalStorage",
"Snowflake"
]