Authorization: Bearer ********************[
{
"host": "10.23.16.51",
"port": 12346,
"protocol": "UDP"
},
{
"host": "10.23.16.51",
"port": 12345,
"protocol": "UDP"
}
]curl --location --request POST '/nettools/listening-ports/actions/stop' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"host": "10.23.16.51",
"port": 12346,
"protocol": "UDP"
},
{
"host": "10.23.16.51",
"port": 12345,
"protocol": "UDP"
}
]'{
"failedPorts": [],
"successPorts": [
{
"host": "10.23.16.51",
"port": 12346,
"protocol": "UDP"
},
{
"host": "10.23.16.51",
"port": 12345,
"protocol": "UDP"
}
]
}