VMware {code} Community
dbiswas91
Contributor
Contributor
Jump to solution

what is the equivalent python sdk module for perl sdk module " Vim::find_entity_view()

Can some one help me on : what is the equivalent python sdk module for perl sdk module " Vim::find_entity_view()

or Pyvim is same as perl Vim module.

https://vdc-download.vmware.com/vmwb-repository/dcr-public/cfe7121d-0d64-49d9-8e1f-49fdded4bfc4/7168...

As like above link want to implement on python, what is the module i will be using on python sdk 8.0.

Reply
0 Kudos
1 Solution

Accepted Solutions
doskiran
Enthusiast
Enthusiast
Jump to solution

The equivalent python sdk module for perl sdk module is pyVmomi.

Both perl and pyVmomi are SOAP based APIs.

pyVmomi allows you to manage VMware ESXi and vCenter using Python.
 

 

View solution in original post

Reply
0 Kudos
1 Reply
doskiran
Enthusiast
Enthusiast
Jump to solution

The equivalent python sdk module for perl sdk module is pyVmomi.

Both perl and pyVmomi are SOAP based APIs.

pyVmomi allows you to manage VMware ESXi and vCenter using Python.
 

 

Reply
0 Kudos