更新时间:2021-12-17 GMT+08:00
分享

获取探针自定义参数

功能介绍

获取探针自定义参数。

URI

  • URI格式
    GET /softcomai/datalake/collection/v1.0/probeObject/template/param
  • 参数说明

    无。

请求

  • 请求样例
    https://ip:port/softcomai/datalake/collection/v1.0/probeObject/template/param?probePackageId=xax
  • 参数说明

    参数名

    是否必选

    参数类型

    备注

    probePackageId

    String

    探针包ID。

响应

  • 响应样例
    {
    "success": true,
    "returnData": {
    "templiteParam": [{
    "chinese": "admincode",
    "english": "行政区域编码",
    "isNeed": "true",
    "consoleType": "input"
    }, {
    "chinese": "constructionclass",
    "english": "施工类别",
    "isNeed": "false",
    "consoleType": "input"
    }, {
    "chinese": "constructiontype",
    "english": "施工类型",
    "isNeed": "false",
    "consoleType": "input"
    }]
    }
    }
  • 要素说明

    参数名

    参数类型

    备注

    success

    String

    请求是否成功。

    returnData

    Object

    返回对象。

    templiteParam

    list

    返回List。

    chinese

    String

    中文名称。

    english

    String

    英文名称。

    isNeed

    String

    该字段是否为必填字段。

    consoleType

    String

    数据类型。

状态码

具体请参考状态码

分享:

    相关文档

    相关产品