NSX-T Data Center REST API

VmToVnicsMapping (type)

{
  "additionalProperties": false, 
  "id": "VmToVnicsMapping", 
  "module_id": "Migration", 
  "properties": {
    "vm_instance_id": {
      "readonly": false, 
      "required": false, 
      "title": "VM Instance ID", 
      "type": "string"
    }, 
    "vnics": {
      "items": {
        "type": "string"
      }, 
      "readonly": false, 
      "required": false, 
      "title": "List of VNICs", 
      "type": "array"
    }
  }, 
  "title": "Mapping between VM Instance ID and VNICs", 
  "type": "object"
}