Skip to content

Releases: sukritphiboon/fc-inventory

v1.0.0 - First Production Release

Pre-release

Choose a tag to compare

@sukritphiboon sukritphiboon released this 10 Apr 06:30

First production-ready release of FC Inventory Tool 🎉

What is this?

A web-based inventory collector for Huawei FusionCompute, similar to RVTools for VMware. Connects to the FusionCompute VRM REST API and exports infrastructure data (VMs, hosts, clusters, datastores, networks) to a multi-sheet Excel workbook.

Quick start

  1. Download FCInventoryTool-v1.0.0-windows.zip below
  2. Unzip and run FCInventoryTool.exe
  3. Browser opens automatically at http://localhost:5000
  4. Enter your FusionCompute VRM host, username, password
  5. Click Collect Inventory → Download Excel

No Python installation required.

What's included

  • 10 RVTools-style Excel sheets: vSummary, vInfo, vCPU, vMemory, vDisk, vNetwork, vHost, vCluster, vDatastore, vSwitch
  • Power state per VM (ON/OFF)
  • VM UUID + Disk UUID for asset tracking
  • Hybrid field mapping (works across multiple FC versions)
  • Auto-detect login (multiple API versions, auth methods)
  • Live progress bar with cancel
  • Production WSGI (waitress)
  • Localhost-only binding by default

Tested with

  • Huawei FusionCompute 8.9.0
  • Windows 10 / 11

Security

Changelog

See CHANGELOG.md for the full list of features.

Files

  • FCInventoryTool-v1.0.0-windows.zip — Standalone Windows executable (no Python required)
  • Source code — Available on the repository (MIT License)