0

I'm using vmware python sdk (https://github.com/vmware/pyvmomi). Is there any way via rest api's, python or anyway to just list vm based on filters for getting single vm based on name or uuid, without listing all vm's and then searching.

Sumit Murari
  • 1,597
  • 3
  • 28
  • 43

1 Answers1

0

Yes there is a way, but only for search by UUID:

find_by_uuid

Emanuel
  • 640
  • 1
  • 7
  • 25