Sync VMware virtual disks into NetBox

This commit is contained in:
2026-07-10 10:32:03 +02:00
parent 8ac7ae134b
commit 58af2bde5d
6 changed files with 132 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ class VMwareImporterConfig(PluginConfig):
name = "netbox_vmware_importer"
verbose_name = "VMware Importer"
description = "Synchronize VMware vSphere virtual machines into NetBox."
version = "0.1.6"
version = "0.1.7"
author = "Internal NetBox Team"
base_url = "vmware-importer"
min_version = "4.4.0"