{
"filter": {
"ChannelIndex": 0,
"FileType": "string",
"PuId": "string",
"downloadState": 0
},
"page": 0,
"pageSize": 1
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/monitor/puFileList' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"ChannelIndex": 0,
"FileType": "string",
"PuId": "string",
"downloadState": 0
},
"page": 0,
"pageSize": 1
}'
{
"code": 0,
"msg": "string",
"pageInfo": {
"page": 0,
"pageSize": 0,
"totalCount": 0
},
"data": [
{
"id": 0,
"downloadState": 0,
"filePath": "string",
"puId": "string",
"channel_index": 0,
"file_type": "string",
"file_size": 0,
"begin_time": 0,
"end_time": 0,
"insert_time": 0,
"record_reason": "string",
"desc_1": "string",
"desc_2": "string",
"user_id": "string",
"downloadLevel": 0,
"failDownloadCount": 0,
"lastDownloadTime": 0,
"downloading": {
"localPath": "string",
"transferSize": 0,
"transBytesSpeed": 0,
"dialogId": "string",
"peerConnectionId": 0
}
}
]
}