NSX-T Data Center REST API

LogicalPortMirrorSource (type)

{
  "extends": {
    "$ref": "MirrorSource"
  },
  "id": "LogicalPortMirrorSource",
  "module_id": "PortMirroring",
  "polymorphic-type-descriptor": {
    "type-identifier": "LogicalPortMirrorSource"
  },
  "properties": {
    "port_ids": {
      "items": {
        "type": "string"
      },
      "minItems": 1,
      "required": true,
      "title": "Source logical port identifier list",
      "type": "array"
    },
    "resource_type": {
      "$ref": "MirrorSourceResourceType",
      "help_summary": "Possible values are 'LogicalPortMirrorSource', 'PnicMirrorSource'",
      "required": true
    }
  },
  "type": "object"
}