- DS迭代
- DS5.6
- jobmanager
- 元数据-元数据开发-分层管理
- 元数据-元数据开发-编目管理
- 元数据-元数据开发-表管理
- 元数据-规范中心-标准管理
- 元数据-规范中心-脱敏规则
- 元数据-敏感管理
- 任务运维-实时运维
- 任务运维-周期运维-周期作业
- 数据资产-资产概览
- 数据资产-资产中心
- 数据资产-问题数据
- 数据共享-发布管理-服务监控
- 数据服务-服务管理
- 文件夹管理
表模型管理列举表信息
POST
/metadata/devcenter/listtablenew
请求参数
Header 参数
Content-Type
string
必需
Body 参数application/json
sort
object
排序
sortfield
string
必需
sorttype
integer
必需
filterds
array [object {3}]
必需
filtertype
integer
可选
filterfields
string
可选
filtercontent
array[string]
可选
分层id可通过列举文件夹(编目)获取
page
integer
必需
perpage
integer
必需
reqtype
integer
默认填 1
projectid
string
必需
示例
{
"sort": {
"sortfield": "tbname",
"sorttype": 1
},
"filterds": [
{
"filtertype": 1,
"filterfield": "catalogid",
"filtercontent": [
"QcPDOBzZ6KAvQp19P9yY"
]
}
],
"page": 1,
"perpage": 15,
"reqtype": 3,
"projectid": "project1"
}
返回响应
🟢200响应参数
application/json
Body
code
integer
示例:200
result
array [object {16}]
数据列表
id
string
必 需
tbname
string
必需
layerid
string
必需
describe
string
表描述,示例:
sourcedb
string
必需
dbname
string
必需
username
string
必需
isdel
boolean
示例:false
modified
string
必需
synctime
string
必需
tborview
integer
示例:0
isrt
boolean
示例:true
dbtype
string
示例:hive
orientation
string
示例:row
compresstype
string
示例:
compresslevel
integer
示例:0
total
integer
必需
示例
{
"code": 0,
"result": [
{
"id": "string",
"tbname": "string",
"layerid": "string",
"describe": "string",
"sourcedb": "string",
"dbname": "string",
"username": "string",
"isdel": true,
"modified": "string",
"synctime": "string",
"tborview": 0,
"isrt": true,
"dbtype": "string",
"orientation": "string",
"compresstype": "string",
"compresslevel": 0
}
],
"total": 0
}
修改于 2023-06-29 09:45:55