[]
        
(Showing Draft Content)

DataSourceAPI

DataSourceAPI

[POST] /api/datasources

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

AddDataSourceViewModel

Responses

[200] Success

[POST] /api/datasources/test-connection

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

TestConnectionViewModel

Responses

[200] Success

[PUT] /api/datasources/{id}

Parameters

Name In Type
idRequired path string

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

UpdateDataSourceViewModel

Responses

[200] Success

Models

Ƭ AddDataSourceViewModel

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

Ƭ TestConnectionViewModel

Name Type
connectionStringNullable string
providerNullable string

Ƭ UpdateDataSourceViewModel

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