NSX-T Data Center REST API

PnicMirrorDestination (type)

{
  "extends": {
    "$ref": "MirrorDestination
  }, 
  "id": "PnicMirrorDestination", 
  "module_id": "PortMirroring", 
  "polymorphic-type-descriptor": {
    "type-identifier": "PnicMirrorDestination"
  }, 
  "properties": {
    "dest_pnics": {
      "items": {
        "type": "string"
      }, 
      "maxItems": 3, 
      "minItems": 1, 
      "required": true, 
      "title": "Physical NIC device names to which to send the mirrored packets", 
      "type": "array"
    }, 
    "node_id": {
      "required": true, 
      "title": "Transport node to which to send the mirrored packets", 
      "type": "string"
    }, 
    "resource_type": {
      "$ref": "MirrorDestinationResourceType, 
      "help_summary": "Possible values are 'LogicalPortMirrorDestination'", 
      "required": true
    }
  }, 
  "type": "object"
}