{
"ip": "string",
"ipType": 0,
"securityArea": 0,
"userMac": "string",
"pageSize": 0,
"pageNo": 0,
"deviceId": 0,
"orderItems": [
{
"column": "string",
"asc": true
}
],
"columns": [
"string"
],
"columnsCH": [
"string"
]
}
curl --location --request POST '/api/ip/unanalysis/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"ip": "string",
"ipType": 0,
"securityArea": 0,
"userMac": "string",
"pageSize": 0,
"pageNo": 0,
"deviceId": 0,
"orderItems": [
{
"column": "string",
"asc": true
}
],
"columns": [
"string"
],
"columnsCH": [
"string"
]
}'
{
"code": 0,
"data": [
{
"ip": "",
"userMac": "",
"lastTime": "",
"securityArea": 0
}
],
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}