Skip to main content

Query Basic Data Source Information Based on Conditions

GET 

/v1/model/datasource/prod/basicDataSource

Request

Query Parameters

    datasourceId string

    Data source ID [Either datasourceId or dataSourceName must be provided]

    dataSourceName string

    Data source name [Either datasourceId or dataSourceName must be provided]

    viewId string

    View ID

    queryPublish integer

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

    queryModelRelation boolean

    Whether to query the relationship

    dbInstanceType string

    db type of the instance

    databaseTableName string

    Database table name

Responses

Successful.

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 Subtype (string)
    TableNameRule Table Naming Rule (string)
    Title Title (string)
    Type Type (string)
    UpdateTime date-time
    requestId Request Unique ID (string)
Loading...