[
{
"deviceId": 0,
"name": "string",
"label": "string",
"typeId": "string",
"routerType": 0,
"versionId": "string",
"companyId": "string",
"ip": "string",
"ipv6": "string",
"managementId": "string",
"districtId": "string",
"securityArea": 0,
"plane": 0,
"area": "string",
"lvl": 0,
"role": 0,
"sys": "string",
"setupTime": "string",
"stationId": 0,
"master": "string",
"servicer": "string",
"remark": "string",
"operatingStatus": "string",
"installLocation": "string",
"startU": 0,
"cpuNumber": 0,
"dispatchManagement": "string"
}
]
curl --location --request POST '/api/device/manage/batchModify' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"deviceId": 0,
"name": "string",
"label": "string",
"typeId": "string",
"routerType": 0,
"versionId": "string",
"companyId": "string",
"ip": "string",
"ipv6": "string",
"managementId": "string",
"districtId": "string",
"securityArea": 0,
"plane": 0,
"area": "string",
"lvl": 0,
"role": 0,
"sys": "string",
"setupTime": "string",
"stationId": 0,
"master": "string",
"servicer": "string",
"remark": "string",
"operatingStatus": "string",
"installLocation": "string",
"startU": 0,
"cpuNumber": 0,
"dispatchManagement": "string"
}
]'
{
"code": 0,
"data": "",
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}