Bug 1161629 - Possibility to query API for vm creation higher then 30 days
Summary: Possibility to query API for vm creation higher then 30 days
Keywords:
Status: CLOSED DUPLICATE of bug 1161625
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-engine-api
Version: 3.5
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
: ---
Assignee: Juan Hernández
QA Contact: Pavel Stehlik
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-11-07 14:14 UTC by Koen
Modified: 2014-11-07 16:13 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-11-07 16:13:38 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.