Skip to main content

Query basic data source information by conditions

GET 

/v1/model/datasource/prod/basicDataSource

Request

Query Parameters

    datasourceId string

    Data source ID [datasourceId and dataSourceName cannot both be empty]

    dataSourceName string

    Data source name [datasourceId and dataSourceName cannot both be empty]

    viewId string

    View ID

    queryPublish integer

    Query published data source: 0 for experience, 1 for published

    queryModelRelation boolean

    Whether to query relationships

    dbInstanceType string

    Database instance type

    databaseTableName string

    Database table name

Responses

Success

Schema
    oneOf
    data object
    ChildDataSourceNames string[]nullable
    DbInstanceType Database Instance Type (string)
    DbLinkType Database Link Type (string)
    DbSourceType Database Source Type (string)
    Fun Function Configuration JSON (string)
    Id Data source ID (string)
    Methods Method List JSON (string)
    Name Data source name (string)
    PreviewTableName Preview Table Name (string)
    PublishCacheStatus Publish Cache Status (string)
    PublishStatus Publish Status (integer)
    PublishedTableName Published Table Name (string)
    Schema Data source schema definition (string)
    SubType Sub Type (string)
    TableNameRule Table Name Rule (string)
    Title Title (string)
    Type Type (string)
    UpdateTime date-time
    requestId Unique Request ID (string)
Loading...