根据表名称查询查询数据源Schema定义
GET/v1/model/datasource/prod/dataSourceByTableName
Request
Query Parameters
tableNames string[]required
数据表名称列表[此参数只是查询表下数据源的Schema信息]
Responses
- 200
成功
- application/json
- Schema
- Example (from schema)
Schema
- TableNameDataSourceResponse
- ErrorResponse
- Array [
- ]
oneOf
data object
DataSourceTableInfos object[]
IsDataSource 是否是数据源 (boolean)
IsPreview 是否是预览 (boolean)
Name 数据源名称 (string)
Schema 数据源Schema定义 (string)
TableName 数据表名称 (string)
Title 数据源标题 (string)
requestId 请求唯一id (string)
code 错误码 (string)
message 错误信息 (string)
requestId 请求唯一id (string)
{}
Loading...