NSX-T Data Center REST API

VlanMirrorSource (type)

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