{
"ct_user_id": "string",
"os_id": "string",
"switchId": "string"
}
curl --location --request POST '/api/cloudvpn/get/switchPorts/' \
--header 'Content-Type: application/json' \
--data-raw '{
"ct_user_id": "string",
"os_id": "string",
"switchId": "string"
}'
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": null,
"next": null,
"total_count": 0,
"results": [
{
"switchId": "string",
"portName": "string",
"portMode": null,
"layer": "string"
}
],
"code": 0
}