NSX-T Data Center REST API

PnicMirrorSource (type)

{
  "extends": {
    "$ref": "MirrorSource"
  },
  "id": "PnicMirrorSource",
  "module_id": "PortMirroring",
  "polymorphic-type-descriptor": {
    "type-identifier": "PnicMirrorSource"
  },
  "properties": {
    "encapsulated": {
      "default": false,
      "required": true,
      "title": "Whether to filter encapsulated packet.",
      "type": "boolean"
    },
    "node_id": {
      "required": true,
      "title": "Transport node identifier for the pnic located.",
      "type": "string"
    },
    "resource_type": {
      "$ref": "MirrorSourceResourceType",
      "help_summary": "Possible values are 'LogicalPortMirrorSource', 'PnicMirrorSource'",
      "required": true
    },
    "source_pnics": {
      "items": {
        "type": "string"
      },
      "minItems": 1,
      "required": true,
      "title": "Source physical NIC device names",
      "type": "array"
    }
  },
  "type": "object"
}