Re: [ovirt-users] Max number of api calls per user?

2017-01-12 Thread Juan Hernández
e=True HTTP/1.1" 200 1012092 > 2001:67c:1933:c01:faba:c0de:ba5e:4522 - - [11/Jan/2017:14:57:34 +0100] "GET > /ovirt-engine/api HTTP/1.1" 200 4395 > 2001:67c:1933:c01:faba:c0de:ba5e:4522 - - [11/Jan/2017:14:57:35 +0100] "GET > /ovirt-engine/api/vms;case_sensitive=True HTTP/1

Re: [ovirt-users] Max number of api calls per user?

2017-01-11 Thread Grundmann, Christian
67c:1933:c01:faba:c0de:ba5e:4522 - - [11/Jan/2017:14:57:38 +0100] "GET /ovirt-engine/api/vms;case_sensitive=True HTTP/1.1" 200 1012092 2001:67c:1933:c01:faba:c0de:ba5e:4522 - - [11/Jan/2017:14:57:39 +0100] "GET /ovirt-engine/api HTTP/1.1" 200 4395 Thx Christian -Ursprüng

Re: [ovirt-users] Max number of api calls per user?

2017-01-11 Thread Juan Hernández
On 01/11/2017 03:16 PM, Grundmann, Christian wrote: > Hi, > > is there a maximum number of sessions per user? > There is no limit, except the available memory. > > > I am doing python-api calls to remove VMs > > If I call my script 30 times simultaneously, one or two get an error. > What

[ovirt-users] Max number of api calls per user?

2017-01-11 Thread Grundmann, Christian
Hi, is there a maximum number of sessions per user? I am doing python-api calls to remove VMs If I call my script 30 times simultaneously, one or two get an error. Traceback (most recent call last): File "remove_vm.py", line 24, in if VMNAME in [vm.name for vm in api.vms.list()]: