curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/monitor/downloading' \
--header 'Authorization;' \
--header 'Content-Type: application/json'
{
"code": 0,
"msg": "string",
"pageInfo": {
"page": 0,
"pageSize": 0,
"totalCount": 0
},
"data": [
{
"beginTime": 0,
"bootTime": 0,
"endTime": 0,
"fileSize": 0,
"lastGetPuFileTime": 0,
"lastGetStatusTime": 0,
"onlineAddr": "string",
"onlineThrough": 0,
"onlineThroughString": "string",
"onlineTime": 0,
"proto": "string",
"puId": "string",
"remotePath": "string",
"status": 0,
"transferSize": 0,
"transferString": "string"
}
]
}