Description of problem: API call to get info about the user(ex.ldap user) who created the VM higher then 30days Version-Release number of selected component (if applicable): How reproducible: API call to https://ovirt.brusselsairport.aero/api/events No info about vm's older then 30days Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Info about all vms's who are running Additional info: It is possible with the database: engine=# select vm_static.vm_name, users.name, users.domain from vm_static, users where vm_static.created_by_user_id = users.user_id; -[ RECORD 1 ]----- vm_name | vm01 name | admin domain | internal -[ RECORD 2 ]----- vm_name | test name | admin domain | internal Document URL: Section Number and Name: Describe the issue: Suggestions for improvement: Additional information:
hum, I also created a BZ for this feature. Feel free to close this or the other as a duplicate: BZ 1161625
*** This bug has been marked as a duplicate of bug 1161625 ***