{
"deviceName": "string",
"deviceIp": "string",
"ifIp": "string",
"ifName": "string",
"ifAbvDescr": "string"
}curl --location --request POST '/api/portDrop/portList' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceName": "string",
"deviceIp": "string",
"ifIp": "string",
"ifName": "string",
"ifAbvDescr": "string"
}'{
"code": 0,
"data": [
{
"deviceId": 0,
"deviceName": "",
"deviceIp": "",
"deviceType": "",
"deviceCompany": "",
"deviceVersion": "",
"ifIdx": 0,
"ifName": "",
"ifDescr": "",
"ifAbvDescr": "",
"ifIp": "",
"ifMac": "",
"dropIn": 0.0,
"dropOut": 0.0
}
],
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}