[
{
"id": 0,
"ip": "string",
"subId": 0,
"mac": "string",
"userMac": "string",
"management": "string",
"allocatedStatus": 0,
"usedStatus": 0,
"isIdle": 0,
"userId": "string",
"ipType": 0,
"ipBusinessType": 4,
"planeType": 0,
"ipSource": "string",
"ipSourceInfo": "string",
"errorStatus": 0,
"description": "string",
"location": "string",
"allocatedTime": "string",
"lastedCollectTime": "string",
"lastedUnusedTime": "string",
"firstCheckUsedTime": "string",
"errorTime": "string",
"groupId": 0,
"groupName": "string",
"subName": "string",
"seq": "string",
"subAddress": "string",
"subMask": "string",
"idleTime": 0,
"securityArea": 0,
"operations": [
"string"
]
}
]
curl --location --request POST '/api/ip/modify/batch' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"ip": "string",
"subId": 0,
"mac": "string",
"userMac": "string",
"management": "string",
"allocatedStatus": 0,
"usedStatus": 0,
"isIdle": 0,
"userId": "string",
"ipType": 0,
"ipBusinessType": 4,
"planeType": 0,
"ipSource": "string",
"ipSourceInfo": "string",
"errorStatus": 0,
"description": "string",
"location": "string",
"allocatedTime": "string",
"lastedCollectTime": "string",
"lastedUnusedTime": "string",
"firstCheckUsedTime": "string",
"errorTime": "string",
"groupId": 0,
"groupName": "string",
"subName": "string",
"seq": "string",
"subAddress": "string",
"subMask": "string",
"idleTime": 0,
"securityArea": 0,
"operations": [
"string"
]
}
]'
{
"code": 0,
"data": false,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}