NSX-T Data Center REST API

DeleteMigrationDataFileSpec (type)

{
  "additionalProperties": false,
  "id": "DeleteMigrationDataFileSpec",
  "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_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 needs to be deleted.",
      "type": "string"
    }
  },
  "type": "object"
}