{
"current": 1,
"size": 25,
"params": {
"name": "string",
"updateTime": "string"
},
"ascs": [
"string"
],
"descs": [
"string"
]
}curl --location --request POST '/manage/equipment/portPolicy/query' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"size": 25,
"params": {
"name": "string",
"updateTime": "string"
},
"ascs": [
"string"
],
"descs": [
"string"
]
}'{
"code": 0,
"msg": "",
"data": {
"records": [
{
"keyId": 0,
"name": "",
"bindPortNum": 0,
"bindDevNum": 0,
"bindDevDesc": "",
"isDefault": 0,
"updateTime": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"ascs": [
""
],
"descs": [
""
],
"optimizeCountSql": false,
"isSearchCount": false,
"searchCount": false,
"pages": 0,
"asc": [
""
],
"desc": [
""
]
},
"success": false
}