更新时间:2021-12-17 GMT+08:00
根据层级查询模型
功能介绍
根据层级Id查询模型。
URI
- URI格式
GET /softcomai/datalake/dataplan/v1.0/data/model/layer?layerId={layerId}
- 参数说明
参数名
是否必选
参数类型
备注
layerId
是
String
层级。
请求
- 请求样例
GET https://ipaddr:port/softcomai/datalake/dataplan/v1.0/data/model/layer?layerId=DataModeling
- 参数说明
参数名
是否必选
参数类型
备注
layerId
是
String
层级。
响应
-
{ "errorCode": 0, "errorDescription": null, "id": null, "totalProcess": 0, "description": null, "jobId": null, "status": null, "resObj": [ { "layerId": "dr-e15858b7a73f4b8a9eb2ad6f5fd1a2a7", "tenantId": "051fb6d19780d5312f41c003c7e7258d", "layerName": "dsaasddas", "pagination": null, "layerDesc": null, "projectId": null, "sn": null, "parentId": "DataModeling", "dclId": "1", "dclCode": null, "owner": null, "extInfo": null, "status": "1", "modifyOper": null, "entityNum": 0, "from": "DR", "createTime": 1564020595000, "userId": null }, ], "additionalObj": null }
- 要素说明
参数名
参数类型
备注
errorCode
int
响应码。
resObj
JSON
返回体。
status
String
状态。
jobId
String
任务id。
状态码
具体请参考状态码。
父主题: 数据模型接口