Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

REST API Method: PUT /rest/portmirror/{identifier}

Creates a Port mirror config given a specific ID.

URL:

https://192.168.0.111/rest/portmirror/{identifier}

HTTP Method

PUT

Requires Authentication:

true

Noprint
Panel
bgColortransparent
titleBGColor#DDD
title[portmirror - REST API Methods|Resource - portmirror]

Page Tree
root@parent

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
PMSrcPortYesNostringnone20 - Max LengthSpecifies the source interface to be used for mirroring
PMDestPortYesNostringnone20 - Max LengthSpecifies the port on which the mirrored packets are received.
DirectionNoNoEnum2Possible values:
  • 0 - TRANSMIT
  • 1 - RECEIVE
  • 2 - BOTH
Specifies direction of packets with respect to source port to be mirrored. The direction can be to monitor transmitted packets, received packets or both.