I would like to list all template available un my vCenter.
I dont know how do this. I try to get all object in content.rootFolder and compare if it's a virtualmachine or not. But I can't find templates.
I see i can do this: container = content.viewManager.CreateContainerView( content.rootFolder, [[vim.VirtualMachine]], True)
but nothing,
thanks for ur help. With that, I suppose I am able to find a specific template.