云客服-查询UAP终端设备统计接口:样例报文

时间:2024-09-24 14:46:27

样例报文

  • 请求头:
    Content-Type: application/json;charset=UTF-8
    Authorization: ******************
  • 请求参数:
    {
        "ccId":1,
        "uapIP":"1.1.1.1",
        "beginDate":"2021-09-09 00:00:00",
        "endDate":"2021-09-11 23:00:00",
        "limit":"100",
        "offset":"0"
    }
  • 响应参数:
    {
        "resultCode": 0,
        "resultDesc": {
        "data": [
        {
            "beginTime": "1631594100000",
    	"ccId": 1,
    	"uapIp": "1.1.1.1",
    	"agentOnlineCount": 1
        }
        ],
            "count": 1
        }
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2620.html