Requesting Python SDK example for VDSM

Hi, I had install ovirt relase 40 . Now I want to write a python script to interact with VDSM. Can some one point me to a tutorial guide for ovirtsdk4 ? [Document, tutorial, blog ...] I tried google search but not got good reference. Thanks, ~Rohit

On 12/13/2016 03:36 PM, TranceWorldLogic . wrote:
Hi,
I had install ovirt relase 40 .
Now I want to write a python script to interact with VDSM. Can some one point me to a tutorial guide for ovirtsdk4 ? [Document, tutorial, blog ...]
I tried google search but not got good reference.
Thanks, ~Rohit
The Python SDK doesn't directly talk to VDSM, it talks to the engine, which in turn talks to VDSM for certain things. There is documentation of the SDK here: https://github.com/oVirt/ovirt-engine-sdk/tree/master/sdk And a collection of examples here: https://github.com/oVirt/ovirt-engine-sdk/tree/master/sdk/examples
participants (2)
-
Juan Hernández
-
TranceWorldLogic .