Displaying 8 results from an estimated 8 matches for "msg17903".
2018 Nov 29
2
Re: Libvirt api for esx
...:
>Hi Martin,
>
>Could you please point me to any example codes in python present for esx?
>Suppose, I have to power off and power on esx virtual machine, can i get
>this code somewhere on python to develop some understanding.
>
https://www.mail-archive.com/libvir-list@redhat.com/msg17903.html
>Actually, I am not able to find sample code related to esx in python,
>please point me if any such link available.
>
https://github.com/libvirt/libvirt-python/blob/master/examples/esxlist.py
and all other examples:
https://github.com/libvirt/libvirt-python/tree/master/examples
T...
2018 Dec 05
2
Re: Libvirt api for esx
...oint me to any example codes in python present for esx?
>> >Suppose, I have to power off and power on esx virtual machine, can i get
>> >this code somewhere on python to develop some understanding.
>> >
>>
>> https://www.mail-archive.com/libvir-list@redhat.com/msg17903.html
>>
>> >Actually, I am not able to find sample code related to esx in python,
>> >please point me if any such link available.
>> >
>>
>> https://github.com/libvirt/libvirt-python/blob/master/examples/esxlist.py
>>
>> and all other example...
2018 Dec 06
2
Re: Libvirt api for esx
...esx?
> >>> >Suppose, I have to power off and power on esx virtual machine, can i
> get
> >>> >this code somewhere on python to develop some understanding.
> >>> >
> >>>
> >>> https://www.mail-archive.com/libvir-list@redhat.com/msg17903.html
> >>>
> >>> >Actually, I am not able to find sample code related to esx in python,
> >>> >please point me if any such link available.
> >>> >
> >>>
> >>>
> https://github.com/libvirt/libvirt-python/blob/master/...
2018 Dec 12
1
Re: Libvirt api for esx
...ave to power off and power on esx virtual machine, can i
>>> get
>>> >>> >this code somewhere on python to develop some understanding.
>>> >>> >
>>> >>>
>>> >>> https://www.mail-archive.com/libvir-list@redhat.com/msg17903.html
>>> >>>
>>> >>> >Actually, I am not able to find sample code related to esx in python,
>>> >>> >please point me if any such link available.
>>> >>> >
>>> >>>
>>> >>>
>>>...
2018 Nov 29
0
Re: Libvirt api for esx
...t;Could you please point me to any example codes in python present for esx?
> >Suppose, I have to power off and power on esx virtual machine, can i get
> >this code somewhere on python to develop some understanding.
> >
>
> https://www.mail-archive.com/libvir-list@redhat.com/msg17903.html
>
> >Actually, I am not able to find sample code related to esx in python,
> >please point me if any such link available.
> >
>
> https://github.com/libvirt/libvirt-python/blob/master/examples/esxlist.py
>
> and all other examples:
>
> https://github.com/...
2018 Dec 06
0
Re: Libvirt api for esx
...le codes in python present for esx?
>>> >Suppose, I have to power off and power on esx virtual machine, can i get
>>> >this code somewhere on python to develop some understanding.
>>> >
>>>
>>> https://www.mail-archive.com/libvir-list@redhat.com/msg17903.html
>>>
>>> >Actually, I am not able to find sample code related to esx in python,
>>> >please point me if any such link available.
>>> >
>>>
>>> https://github.com/libvirt/libvirt-python/blob/master/examples/esxlist.py
>>>
&g...
2018 Dec 12
0
Re: Libvirt api for esx
...gt; >Suppose, I have to power off and power on esx virtual machine, can i
>> get
>> >>> >this code somewhere on python to develop some understanding.
>> >>> >
>> >>>
>> >>> https://www.mail-archive.com/libvir-list@redhat.com/msg17903.html
>> >>>
>> >>> >Actually, I am not able to find sample code related to esx in python,
>> >>> >please point me if any such link available.
>> >>> >
>> >>>
>> >>>
>> https://github.com/libvirt...
2018 Nov 28
2
Re: Libvirt api for esx
Thanks, I'll check it out.
On Wed, 28 Nov 2018 at 9:31 PM, Martin Kletzander <mkletzan@redhat.com>
wrote:
> On Mon, Nov 26, 2018 at 04:11:20PM +0530, ROHIT SINGH wrote:
> >Hi,
> >
> >I am doing poc for using libvirt api for implementation of esx in python.
> >
> >I tried researching through module but did not find a way how it works for
> >esx.