NSX-T Data Center REST API

MigrationDataUploadRequest (type)

{
  "additionalProperties": false,
  "id": "MigrationDataUploadRequest",
  "module_id": "Migration",
  "properties": {
    "federation_site_id": {
      "description": "Id of the site in NSX-T Federation",
      "readonly": false,
      "required": false,
      "title": "Id of the site in NSX-T Federation",
      "type": "string"
    },
    "file": {
      "readonly": false,
      "required": true,
      "title": "Migration data file to upload.",
      "type": "multipart_file"
    },
    "file_type": {
      "enum": [
        "VRA_INPUT",
        "EDGE_CUTOVER_MAPPING",
        "BYOT_L3_MAPPING",
        "AVI_LB_MAPPING"
      ],
      "readonly": false,
      "required": true,
      "title": "Type of the Migration data file that is being uploaded.",
      "type": "string"
    }
  },
  "type": "object"
}