{% extends "base.html" %} {% block title %}Inventory Import — Server Migration — ICDEV{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Migration CanvasServer Migration{{ srv_session.src_hostname or sid }} › Inventory Import

Inventory Import

Upload or paste your source server inventory. Supported formats: CSV, JSON, VMware OVF/XML, and manual entry.

Session: {{ srv_session.src_hostname or sid }} {% if srv_session.migration_type %}· {{ srv_session.migration_type }}{% endif %} {% if srv_session.tgt_platform %}· {{ srv_session.tgt_platform | upper }}{% endif %}
Drop your CSV file here or click to browse
Expected columns: vcpus, ram_gb, disk_gb, disk_type, nic_count, nic_speed_gbps, os
Choose File
or paste CSV text below
Drop your JSON file here or click to browse
Keys: vcpus, ram_gb, total_disk_gb, os_name, nics[], disks[], services[]
Choose File
or paste JSON below
Drop your VMware OVF / XML export here or click to browse
Accepts .ovf or .xml files exported from vSphere or Workstation
Choose File
or paste OVF XML below
{% endblock %}