查询环境下所有数据源Schema
GET/v1/model/datasource/prod/schemaList
Request
Query Parameters
dataSourceNameList string[]
数据源名称列表
Responses
- 200
成功
- application/json
- Schema
- Example (from schema)
Schema
- DataSourceSchemaResultResponse
- ErrorResponse
- Array [
- ]
oneOf
data object
DataSourceRelationInfoList object[]
Id 数据源ID (string)
Name 数据源名称 (string)
RelatedFieldKey 关联字段Key (string)nullable
RelatedType 关联类型 (string)nullable
RelationViewList object[]nullable
Schema 数据源Schema定义 (string)
Title 数据源标题 (string)
requestId 请求唯一id (string)
code 错误码 (string)
message 错误信息 (string)
requestId 请求唯一id (string)
{}
Loading...