Bug 1284654

Summary: [REST API] product_info/version number is incorrect
Product: Red Hat Enterprise Virtualization Manager Reporter: Brandon Dunne <bdunne>
Component: ovirt-engineAssignee: Nobody <nobody>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.5.5CC: ecohen, gklein, lsurette, oourfali, owwang, rbalakri, Rhev-m-bugs, yeylon
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-24 06:40:12 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 Brandon Dunne 2015-11-23 19:27:37 UTC
Description of problem:
Navigate to REST API to find incorrect information in the version build field.
<api>
  <product_info>
    <name>Red Hat Enterprise Virtualization Manager</name>
    <vendor>Red Hat</vendor>
    <version major="3" minor="5" build="0" revision="0"/>
    <full_version>3.5.5-0.1.el6ev</full_version>
  </product_info>
</api>

Expected results:
<api>
  <product_info>
    <name>Red Hat Enterprise Virtualization Manager</name>
    <vendor>Red Hat</vendor>
    <version major="3" minor="5" build="5" revision="0"/>
    <full_version>3.5.5-0.1.el6ev</full_version>
  </product_info>
</api>

Comment 1 Brandon Dunne 2015-11-23 19:30:54 UTC
I don't see "full_version" in the documentation, so I would expect version to be the correct and reliable source.  

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.5/html/Technical_Guide/chap-Entry_Point.html#Product_Information

Comment 2 Oved Ourfali 2015-11-24 06:40:12 UTC

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