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

查询本地上传日志

功能介绍

查询本地上传日志。

URI

  • URI格式
    GET /softcomai/datalake/dataplan/v1.0/north/localCollect/logs
  • 参数说明

    无。

请求

  • 请求样例
    GET https://ipaddr:port/softcomai/datalake/dataplan/v1.0/north/localCollect/logs?tag=KPIanomaly
  • 参数说明

    参数

    是否必选

    类型

    说明

    tag

    String

    标签。

响应

  • 响应样例
    {
        "success":true,
        "returnData":[
            {
                "id":"6109672989644302961",
                "progressId":"xxxxxxxxxxxx",
                "collectType":"xxx",
    			"netInfo":"xxx",
    			collectMode,
    			beginTime:"xxx",
    			progressStatus:"running",
    			netManage:"dkfd",
    			realm:"dfd"
    			tag:"tag",
    			tenantId:"ddd"
    			
            },
            {
                "id":"6109672989644302961",
                "progressId":"xxxxxxxxxxxx",
                "collectType":"xxx",
    			"netInfo":"xxx",
    			collectMode,
    			beginTime:"xxx",
    			progressStatus:"running",
    			netManage:"dkfd",
    			realm:"dfd"
    			tag:"tag",
    			tenantId:"ddd"
    			
            }
        ]
    }
  • 要素说明

    参数名

    参数类型

    备注

    success

    String

    请求是否成功,取值包括true和false。

    returnData

    JSON LIST

    返回值。

状态码

具体请参考状态码

分享:

    相关文档

    相关产品