curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api&version&method&target&_sid=<api-key>'{
"success": true,
"data": {
"port_info": [
{
"desc": "string",
"dst_port": [
"string"
],
"name": "string",
"port_id": "string",
"protocol": "tcp",
"src_port": "string"
}
]
}
}