{
"page": 0,
"pageSize": 0,
"filter": {
"device_id": "string",
"host": "string",
"offline_timestamp_max": 0,
"offline_timestamp_min": 0,
"online_timestamp_max": 0,
"online_timestamp_min": 0,
"protocol": "string",
"reason": "string",
"deviceGroup": [
"string"
]
}
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/pu/log/onlineEx' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"filter": {
"device_id": "string",
"host": "string",
"offline_timestamp_max": 0,
"offline_timestamp_min": 0,
"online_timestamp_max": 0,
"online_timestamp_min": 0,
"protocol": "string",
"reason": "string",
"deviceGroup": [
"string"
]
}
}'
{
"code": 0,
"msg": "string",
"pageInfo": {
"page": 0,
"pageSize": 0,
"totalCount": 0
},
"data": [
{
"device_id": "string",
"host": "string",
"id": 0,
"offline_timestamp": 0,
"online_timestamp": 0,
"protocol": "string",
"reason": "string",
"device_name": "string"
}
]
}