Create port mirroring configuration
Prev Next Creates port mirroring based on the provided input.
POST https://<host>/wsapis/v2.0.0/config/network/portmirror -d <payload>
JSON array containing names of the qualified ports.
Example: {"name":"B", "mirror_port":"pether4"}
curl -gsk -H "$c" https://172.16.177.50/wsapis/v2.0.0/config/network/portmirror -d '{"name":"A", "mirror_port":"pether5"}' -H 'content-type:application/json'Availability
This command is available on the following platforms:
Network Security
Helix Enterprise
{
"error": true,
"message": "Port Mirroring configured",
"suggestedHttpCode": 201
}Standard WSAPI authentication
Was this article helpful?
Related articles
Network Security (NX) > Common Security Platform Product Docs > API Reference Release 2025.1 > Endpoints > Port mirroring
Network Security (NX) > Common Security Platform Product Docs > API Reference Release 2025.1 > Endpoints > Certificate Management
Network Security (NX) > Common Security Platform Product Docs > API Reference Release 2025.1 > Endpoints > Certificate Management
Network Security (NX) > Common Security Platform Product Docs > Device Deployment Guide 2025.2 > AWS > Deploying virtual Network Security appliances on Amazon Web Services (AWS)