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

查询rest_NetMap动态参数

功能介绍

查询rest_NetMap动态参数。

URI

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

    无。

请求

  • 请求样例
    https://127.0.0.1:8100/softcomai/datalake/collection/v1.0/probeObject/template/param?probePackageId=NetMap-Huawei-CommoniManager 20V600R009C00-rest-Object-V200R021C20SPC100
  • 参数说明

    参数名

    是否必选

    参数类型

    备注

    probePackageId

    String

    探针包ID。

响应

  • 响应样例
    {
    returnData: {
    templateParam: [
    {
    chinese: "行政区域编码"
    consoleType: "code"
    english: "admincode"
    isNeed: "true"
    value: ""
    }
    ]
    success: true
    }
  • 要素说明

    参数名

    参数类型

    备注

    success

    Boolean

    请求是否成功。

    returnData

    object

    返回值。

    chinese

    String

    页面中文环境显示的key。

    consoleType

    String

    类型:input,select等。

    english

    String

    页面英文环境显示的key。

    isNeed

    String

    该字段是否为必填字段。

    value

    String

    默认值。

状态码

具体请参考状态码

分享:

    相关文档

    相关产品