Delete all port mirroring configurations

Prev Next

Deletes port mirroring configurations on all interfaces.

API URL

POST https://<host>/wsapis/v2.0.0/config/network/portmirror/delete_all

Sample curl request

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

Availability

This command is available on the following platforms:

  • Network Security

  • Helix Enterprise

Response

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

Authentication

Standard WSAPI authentication

Response mime type

application/json