add vm uuid in discovery

This commit is contained in:
Colin Gagnaire 2019-04-08 17:28:29 +02:00
parent 649b949d6c
commit b462b5e9fc
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ sub run {
$vm{type} = "vm";
$vm{name} = $vm->{'config.name'};
$vm{uuid} = $vm->{'config.uuid'};
$vm{annotation} = $vm->{'config.annotation'};
$vm{os} = $vm->{'config.guestId'};
$vm{hardware} = $vm->{'config.version'};