文档
测试

根据目录编码查询元数据kafka采集配置

POST
http://192.168.100.125/apin/cs/kc/getKafkaConfigByDirCode

请求头

参数名
类型
描述
必填
Authorization
string
token
必填

请求参数

参数名
类型
描述
必填
dirCode
string
资源目录编码
必填

响应参数

参数名
类型
描述
必填
id
string
主键ID
必填
dirCode
string
资源目录名称
必填
dirName
string
资源目录编码
必填
deptCode
string
部门编码
必填
deptName
string
部门名称
必填
version
int
1
必填
servers
string
服务地址,多个逗号隔开
必填
groupId
string
消费组ID
必填
topics
string
话题,多个逗号隔开
必填
isAuthorization
int
是否需要认证 0-否 1-是
必填
username
string
认证用户名
必填
password
string
认证密码
必填
resultList
list
返回结果字段映射
必填
cname
string
字段中文名称
必填
ename
string
字段英文名称
必填
ftype
string
string
必填
fis_uk
int
0
必填
mappingName
string
映射字段名
必填

说明 / 示例

请求示例: {"dirCode": "307013123332000056"} 响应示例: { "code": 1, "result": { "id": "4028e4f8798dd3d601799ce2df640054", "version": 1, "status": null, "delFlag": null, "createUser": null, "createTime": "2021-05-24 13:39:45", "updateTime": "2021-05-24 14:01:43", "dirName": "产业经济效益", "dirCode": "307013123332000187", "servers": "192.168.100.125:9020", "groupId": "test", "topics": "test", "isAuthorization": 0, "username": "", "password": "", "deptName": "巴南经济园区智慧园区平台", "deptCode": "11111111111112", "resultList": [ { "id": "4028e782799cf01401799cf6fc860000", "cname": "日期", "ename": "RQ", "ftype": "string", "flength": null, "fscale": null, "fisUk": "0", "mappingName": "RQ" } ], "fieldList": [ { "id": "4028e4f8797d50b4017988948a4602da", "catalog": null, "cname": "日期", "ename": "RQ", "ftype": "string", "flength": 50, "fscale": null, "shareLevel": "1", "remark": null, "dataFlag": "1", "fisUk": "0" }, { "id": "4028e4f8797d50b4017988948a4902db", "catalog": null, "cname": "产业类型", "ename": "CYLX", "ftype": "string", "flength": 51, "fscale": null, "shareLevel": "1", "remark": null, "dataFlag": "1", "fisUk": "0" }, { "id": "4028e4f8797d50b4017988948a4b02dc", "catalog": null, "cname": "产业名称", "ename": "CYMC", "ftype": "string", "flength": 50, "fscale": null, "shareLevel": "1", "remark": null, "dataFlag": "1", "fisUk": "0" }, { "id": "4028e4f8797d50b4017988948a4d02dd", "catalog": null, "cname": "总产值", "ename": "ZCZ", "ftype": "string", "flength": 50, "fscale": null, "shareLevel": "1", "remark": null, "dataFlag": "1", "fisUk": "0" }, { "id": "4028e4f8797d50b4017988948a4d02de", "catalog": null, "cname": "占比", "ename": "ZB", "ftype": "string", "flength": 50, "fscale": null, "shareLevel": "1", "remark": null, "dataFlag": "1", "fisUk": "0" }, { "id": "4028e4f8797d50b4017988948a4e02df", "catalog": null, "cname": "增幅", "ename": "ZF", "ftype": "string", "flength": 50, "fscale": null, "shareLevel": "1", "remark": null, "dataFlag": "1", "fisUk": "0" } ] } }