Bug 1161629

Summary: Possibility to query API for vm creation higher then 30 days
Product: [Retired] oVirt Reporter: Koen <vanoppen.koen>
Component: ovirt-engine-apiAssignee: Juan Hernández <juan.hernandez>
Status: CLOSED DUPLICATE QA Contact: Pavel Stehlik <pstehlik>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.5CC: ecohen, gklein, iheim, lsurette, rbalakri, s.kieske, yeylon
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-11-07 16:13:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Koen 2014-11-07 14:14:24 UTC
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:

Comment 1 Sven Kieske 2014-11-07 16:06:14 UTC
hum, I also created a BZ for this feature.

Feel free to close this or the other as a duplicate:

BZ 1161625

Comment 2 Juan Hernández 2014-11-07 16:13:38 UTC

*** This bug has been marked as a duplicate of bug 1161625 ***