{
"deviceId": 0,
"ip": "string",
"subId": 0,
"groupId": 0,
"mac": "string",
"userMac": "string",
"management": "string",
"allocatedStatus": 0,
"usedStatus": 0,
"isIdle": 0,
"userId": "string",
"ipType": 0,
"planeType": 0,
"ipSource": 0,
"errorStatus": 0,
"pageNo": 0,
"pageSize": 0,
"ipAddressStart": "string",
"orderItems": [
{
"column": "string",
"asc": true
}
],
"columns": [
"string"
],
"columnsCH": [
"string"
],
"subIds": [
0
],
"operations": "Collections.emptyList()"
}
curl --location --request POST '/api/ip/group-subnet/ip-list' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": 0,
"ip": "string",
"subId": 0,
"groupId": 0,
"mac": "string",
"userMac": "string",
"management": "string",
"allocatedStatus": 0,
"usedStatus": 0,
"isIdle": 0,
"userId": "string",
"ipType": 0,
"planeType": 0,
"ipSource": 0,
"errorStatus": 0,
"pageNo": 0,
"pageSize": 0,
"ipAddressStart": "string",
"orderItems": [
{
"column": "string",
"asc": true
}
],
"columns": [
"string"
],
"columnsCH": [
"string"
],
"subIds": [
0
],
"operations": "Collections.emptyList()"
}'
{
"code": 0,
"data": [
{
"id": 0,
"ip": "",
"subId": 0,
"mac": "",
"userMac": "",
"management": "",
"allocatedStatus": 0,
"usedStatus": 0,
"isIdle": 0,
"userId": "",
"ipType": 0,
"ipBusinessType": 0,
"planeType": 0,
"ipSource": "",
"ipSourceInfo": "",
"errorStatus": 0,
"description": "",
"location": "",
"allocatedTime": "",
"lastedCollectTime": "",
"lastedUnusedTime": "",
"firstCheckUsedTime": "",
"errorTime": "",
"groupId": 0,
"groupName": "",
"subName": "",
"seq": "",
"subAddress": "",
"subMask": "",
"idleTime": 0.0,
"securityArea": 0,
"operations": [
""
]
}
],
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}