{
"page": 0,
"pageSize": 1,
"filter": {
"puId": "string"
}
}
curl --location --request POST 'https://192.168.88.11:9781/bvcsp/v1/monitor/planPuList/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 1,
"filter": {
"puId": "string"
}
}'
{
"code": 0,
"msg": "string",
"pageInfo": {
"page": 0,
"pageSize": 0,
"totalCount": 0
},
"data": [
{
"downloading": {
"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"
},
"name": "string",
"notEnableReason": "string",
"nowIsEnable": true,
"online": true,
"puFirstFileTime": 0,
"puHistoryLastSearchTime": 0,
"puHistoryPuFileSearchMsg": "string",
"puId": "string",
"puLastFileTime": 0,
"puLastSearchHistoryBeginTime": 0,
"puLastSearchHistoryEndTime": 0,
"puLastSearchNewFileBeginTime": 0,
"puLastSearchNewFileEndTime": 0,
"puNewFileLastSearchTime": 0,
"puNewPuFileSearchMsg": "string"
}
]
}