{
"page": 0,
"pageSize": 0,
"filter": {
"device_id": "string",
"host": "string",
"protocol": "string",
"reason": "string",
"timestamp_max": 0,
"timestamp_min": 0,
"user_id": "string",
"userGroup": [
"string"
]
}
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/user/log/online' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"filter": {
"device_id": "string",
"host": "string",
"protocol": "string",
"reason": "string",
"timestamp_max": 0,
"timestamp_min": 0,
"user_id": "string",
"userGroup": [
"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",
"user_id": "string",
"user_name": "string",
"device_name": "string"
}
]
}