{
"groupId": 0,
"subIds": [
0
],
"subName": "string",
"subAddress": "string",
"subMask": "string",
"location": "string",
"ip": "string",
"pageNo": 0,
"pageSize": 0,
"groupIds": [
0
],
"orderItems": [
{
"column": "string",
"asc": true
}
],
"columns": [
"string"
],
"columnsCH": [
"string"
],
"roleId": 0,
"hasOperations": true
}
curl --location --request POST '/api/ip/group/subnet/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId": 0,
"subIds": [
0
],
"subName": "string",
"subAddress": "string",
"subMask": "string",
"location": "string",
"ip": "string",
"pageNo": 0,
"pageSize": 0,
"groupIds": [
0
],
"orderItems": [
{
"column": "string",
"asc": true
}
],
"columns": [
"string"
],
"columnsCH": [
"string"
],
"roleId": 0,
"hasOperations": true
}'
{
"code": 0,
"data": [
{
"id": 0,
"groupId": 0,
"subAddress": "",
"subName": "",
"addressRange": "",
"addressVolume": 0,
"canAllocateNum": 0,
"subMask": "",
"usedPer": 0.0,
"allocatedPer": 0.0,
"autoAdd": 0,
"location": "",
"description": "",
"createTime": "",
"updateTime": "",
"groupName": "",
"seq": "",
"isAllocate": 0,
"allocatedMac": "",
"allocatedUser": "",
"operations": [
""
]
}
],
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}