Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1172619 - [Docs][Technical][Async] RHEV REST API Invalid XML Example
[Docs][Technical][Async] RHEV REST API Invalid XML Example
Status: CLOSED CURRENTRELEASE
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: Documentation (Show other bugs)
3.4.0
Unspecified Unspecified
medium Severity unspecified
: ---
: ---
Assigned To: Andrew Burden
Tahlia Richardson
:
Depends On:
Blocks: 1200186
  Show dependency treegraph
 
Reported: 2014-12-10 08:20 EST by Philipp Gassmann
Modified: 2015-04-29 01:29 EDT (History)
9 users (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1139266
Environment:
Build Name: 22723, Technical Guide-3.4-1.0 Build Date: 25-08-2014 13:27:56 Topic ID: 7641-591799 [Specified]
Last Closed: 2015-04-29 01:29:39 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 Philipp Gassmann 2014-12-10 08:20:08 EST
Title: RHEV REST API Invalid XML Example

Describe the issue:
The XML Example is syntactically invalid.
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.4/html-single/Technical_Guide/index.html#Power_Management_Elements

- It contains values outside of tags (order="primary")
- value is missing = (value "false">)

        <agents>
            <agent type="rsa">
                <address>192.168.1.111</address>
                <username>e.xample</username> order="primary"
                <password>p@55w0rd!</password>
                <options>
                    <option name="443" value="true"/> 
                    <option name="secure" value "false"/>
                </options>
                <concurrent>false</concurrent>
                <order>1</order>
            </agent>
            <agent type="ipmi">
                <address>192.168.1.112</address>
                <username>e.xample</username> order="primary"
                <password>p@55w0rd!</password>
                <options>
                    <option name="443" value="true"/> 
                    <option name="secure" value "false"/>
                </options>
                <concurrent>false</concurrent>
                <order>2</order>
            </agent>


Versions Applicable: 3.5, 3.4
Comment 2 Andrew Burden 2015-03-25 00:12:02 EDT
Thanks for the feedback, Philipp.

I've updated the topic to remove the floating 'order="primary"' element and included the following description for the 'options' element:
"
Fencing options for the selected type= specified with the option name="" and value="" strings.
"

Thanks again

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