[]
        
(Showing Draft Content)

DataSourceAPI

DataSourceAPI

[POST] /api/datasources

Request Schema

AddDataSourceViewModel

Response

Status Code: 200

Success

[POST] /api/datasources/test-connection

Request Schema

TestConnectionViewModel

Response

Status Code: 200

Success

[PUT] /api/datasources/{id}

Parameters

Name Type Located In
idRequired string path

Request Schema

UpdateDataSourceViewModel

Response

Status Code: 200

Success

Models

Ƭ AddDataSourceViewModel

Name Type Description Example
nameNullable string
providerNullable string
connectionStringNullable string
useAdvancedConfig Boolean
extractInDatabase Boolean
mappingConfigNullable string

Ƭ TestConnectionViewModel

Name Type Description Example
connectionStringNullable string
providerNullable string

Ƭ UpdateDataSourceViewModel

Name Type Description Example
idNullable string
nameNullable string
providerNullable string
connectionStringNullable string
useAdvancedConfig Boolean
extractInDatabase Boolean
mappingConfigNullable string