VMware Cloud Community
schistad
Enthusiast
Enthusiast

Python wrapper for vCO?

I see more and more libraries and example code for Python, and it is sort of the powershell for Unix at this point.

Has anyone written a wrapper for Python in vCO yet? Or some simple code to handle parameter passing and result parsing, maybe even object (de)serialization?

0 Kudos
2 Replies
Burke-
VMware Employee
VMware Employee

This project was released a few years ago: PyvCO – VMware Labs   ... I don't do anything with Python but that came to mind when I saw your post..

If my answer resolved or helped you, please mark it as Correct or Helpful to award points. Thank you!

Visit http://www.vcoteam.info & http://blogs.vmware.com/orchestrator
for vRealize Orchestrator tips and tutorials - @TechnicalValues on Twitter
0 Kudos
schistad
Enthusiast
Enthusiast

Hehe yeah I was kind of expecting that to come up, but that's actually the complete opposite way - it's a library for Python which consumes the vCO SOAP (not REST, so deprecated at this point) API. But is an excellent example of why having a Python driver or wrapper would be very useful - there are tons of Python libraries to abstract away things like the webservice dance, and almost none for JavaScript.

0 Kudos