{
"page": 0,
"pageSize": 1,
"filter": {
"transportType": "string",
"puId": "string"
}
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/monitor/dialog' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 1,
"filter": {
"transportType": "string",
"puId": "string"
}
}'
{
"code": 0,
"msg": "string",
"pageInfo": {
"page": 0,
"pageSize": 0,
"totalCount": 0
},
"data": [
{
"dialogId": "string",
"peerConnectionId": 0,
"puId": "string",
"transportType": "string",
"remoteFilename": "string",
"localFilename": "string",
"FileTransSize": 0,
"FileTotalSize": 0,
"transBytesSpeed": 0,
"createTime": 0,
"reason": "manual",
"Ext": "string"
}
],
"transInfo": {
"download": {
"count": 0,
"rates": 0,
"transSize": 0,
"totalSize": 0
},
"upload": {
"count": 0,
"rates": 0,
"transSize": 0,
"totalSize": 0
},
"record": {
"count": 0,
"rates": 0
},
"activeDownload": {
"count": 0,
"rates": 0,
"transSize": 0,
"totalSize": 0
}
}
}