NSX-T Data Center REST API

MigrationDataInfo (type)

{
  "additionalProperties": false,
  "id": "MigrationDataInfo",
  "module_id": "Migration",
  "properties": {
    "federation_site_id": {
      "description": "Id of the site in NSX-T Federation",
      "readonly": true,
      "required": false,
      "title": "Id of the site in NSX-T Federation",
      "type": "string"
    },
    "file_location": {
      "readonly": true,
      "required": false,
      "title": "Absolute location of the file.",
      "type": "string"
    },
    "file_type": {
      "enum": [
        "VRA_INPUT",
        "VRA_OUTPUT",
        "EDGE_CUTOVER_MAPPING",
        "BYOT_L3_MAPPING",
        "AVI_LB_MAPPING",
        "MIGRATION_REPORT"
      ],
      "readonly": true,
      "required": true,
      "title": "Type of the Migration data file for which info is requested.",
      "type": "string"
    },
    "is_present": {
      "readonly": true,
      "required": true,
      "title": "Indicates if the file is present.",
      "type": "boolean"
    }
  },
  "type": "object"
}