Delete port mirroring configuration

Prev Next

Deletes port mirroring from the specified interface.

API URL

POST https://<host>/wsapis/v2.0.0/config/network/portmirror/{name}/delete

Sample curl request

curl -gsk -H "$c" https://172.16.177.50/wsapis/v2.0.0/config/network/portmirror/A/delete -XPOST

Availability

This command is available on the following platforms:

  • Network Security

  • Helix Enterprise

Response

{
  "error": true,
  "message": "Port Mirroring deleted",
  "suggestedHttpCode": 200
}

Authentication

Standard WSAPI authentication

Response mime type

application/json