Read qualified mirror ports for a specified interface

Prev Next

Reads the qualified mirror ports for a specified interface.

API URL

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

Sample curl request

curl -gsk -H "$c" https://172.16.177.50/wsapis/v2.0.0/config/network/portmirror/A/qualified_ports | python -m json.tool

Availability

This command is available on the following platforms:

  • Network Security

  • Helix Enterprise

Response

[
    "pether4",
    "pether5"
]

Authentication

Standard WSAPI authentication

Response mime type

application/json