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

运维运营接口

功能介绍

获取TIE、FMA解析相关数据接口。

URI

  • URI格式
    GET https://IP:port/tools/productOperation
  • 参数说明

    无。

请求

  • 请求样例
    GET https://localhost:9000/tools/productOperation
  • 参数说明

    无。

响应

  • 响应样例
    {
    "errorCode": 0,
    "errorDescription": null,
    "resObj": {
    "analysisInfo": [{
    "type": "FMA",
    "timestamp": "开始时间",
    "dealDataSize": 1000,
    "processDuration": 100,
    "ruleName": ""
    }]
    }
    }
  • 要素说明

    参数名

    参数类型

    备注

    errorCode

    String

    错误状态码,取值包括如下:

    • 0:成功。
    • 1:失败。

    errorDescription

    String

    错误信息描述。

    type

    String

    解析工具的类型,取值包括TIE和FMA。

    timestamp

    String

    开始时间。

    dealDataSize

    long

    处理的数据量,单位为字节。

    processDuration

    long

    处理时长,单位为秒。

    ruleName

    String

    处理的规则名称。

状态码

具体请参考状态码

分享:

    相关文档

    相关产品