{
"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/export-ip' \
--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()"
}'
{}