Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1221419 - [Docs][Tech]REST API Creating a Virtual Machine example is missing cpu profile element
[Docs][Tech]REST API Creating a Virtual Machine example is missing cpu profi...
Status: CLOSED CURRENTRELEASE
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: Documentation (Show other bugs)
3.4.5
Unspecified Unspecified
unspecified Severity unspecified
: ---
: ---
Assigned To: Julie
Lucy Bopf
:
Depends On:
Blocks: 1227301
  Show dependency treegraph
 
Reported: 2015-05-13 21:22 EDT by Julie
Modified: 2015-09-23 21:28 EDT (History)
7 users (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2015-09-23 21:28:59 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)

  None (edit)
Description Julie 2015-05-13 21:22:06 EDT
Current example:
<vm>
    <name>vm2</name>
    <description>Virtual Machine 2</description>
    <type>desktop</type>
    <memory>536870912</memory>
    <cluster>
        <name>Default</name>
    </cluster>
    <template>
        <name>Blank</name>
    </template>
    <os>
      <boot dev="hd"/>
    </os>
</vm>

Error:

<fault>
<reason>Operation Failed</reason>
<detail>[action type cpu profile empty]</detail>
</fault>

Documentation Link: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.5/html/Technical_Guide/sect-Methods6.html#Creating_a_Virtual_Machine

Expected Result:
Add in the missing element.
Comment 3 Lucy Bopf 2015-05-22 01:23:25 EDT
Reviewed in cs22767.

The missing elements have been added to the listed topics. I made some minor spacing fixes to the XML bodies in my QA pass. Revisions updated accordingly.

Updated in Technical Guide production spec cs23029:

Creating a Virtual Machine [7760-759138]
Example: Create Virtual Machine[7650-759137]
Example: List CPU Profiles [44375-758290] (added to spec)
Revision History [34616-759141]

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