Bug 820939 - Virtual machines list response xml mismatches with the docs
Summary: Virtual machines list response xml mismatches with the docs
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: oVirt
Classification: Retired
Component: doc-REST_API_Guide
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 3.4.0
Assignee: Dan Macpherson
QA Contact:
URL:
Whiteboard: doc
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-11 11:41 UTC by Siamak Sadeghianfar
Modified: 2014-01-15 15:47 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-01-15 15:47:37 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)

Description Siamak Sadeghianfar 2012-05-11 11:41:49 UTC
Description of problem:
Table 13.1 [1] of RHEV REST API docs states that ip of virtual machine will be returned in the following format:

<guest_info>
   <ip address="" />
</guest_info>

However the return response is:
<guest_info>
  <ips>
     <ip address="" />
  </ips>
</guest_info>


[1] http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Virtualization/3.0/html-single/REST_API_Guide/index.html#chap-REST_API_Guide-VMs

Version-Release number of selected component (if applicable): RHEV 3.0


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Itamar Heim 2014-01-12 08:42:54 UTC
setting target release to current version for consideration and review. please do not push non-RFE bugs to an undefined target release to make sure bugs are reviewed for relevancy, fix, closure, etc.


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