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