<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:53:47 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[CONTROLLER-751] Outer Container not returned in response during retrieval request for inner resource</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-751</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;I tried to save XML data using  a POST statement  to config root  and then confirm it was there using GET retrieval request. This allow occurs using &apos;accept&apos;:&apos;application/json&apos;&lt;/p&gt;


&lt;p&gt;#POST &lt;a href=&quot;http://localhost:8080/restconf/config/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/restconf/config/&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Actual Response == Exepxted response&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;HTTP STATUS  204 &lt;/p&gt;

&lt;p&gt;then check want is in the configuration data store.&lt;br/&gt;
#GET&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://localhost:8080/restconf/config/opendaylight-inventory:nodes/node/id1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/restconf/config/opendaylight-inventory:nodes/node/id1&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Actual response&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&amp;gt;&lt;br/&gt;
&amp;lt;node &lt;br/&gt;
    xmlns=&quot;urn:opendaylight:inventory&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;id&amp;gt;id1&amp;lt;/id&amp;gt;&lt;br/&gt;
&amp;lt;/node&amp;gt;&lt;/p&gt;


&lt;ol&gt;
	&lt;li&gt;Expected response:&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&amp;gt;&lt;br/&gt;
&amp;lt;nodes&amp;gt;&lt;br/&gt;
&amp;lt;node &lt;br/&gt;
    xmlns=&quot;urn:opendaylight:inventory&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;id&amp;gt;id1&amp;lt;/id&amp;gt;&lt;br/&gt;
&amp;lt;/node&amp;gt;&lt;br/&gt;
&amp;lt;nodes&amp;gt;&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;Notes,&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;GET &lt;a href=&quot;http://localhost:8080/restconf/config/opendaylight-inventory:nodes/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/restconf/config/opendaylight-inventory:nodes/&lt;/a&gt;&lt;br/&gt;
showed the nodes container as expected.&lt;/p&gt;

&lt;p&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&amp;gt;&lt;br/&gt;
&amp;lt;nodes &lt;br/&gt;
    xmlns=&quot;urn:opendaylight:inventory&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;node&amp;gt;&lt;br/&gt;
        &amp;lt;id&amp;gt;controller-config&amp;lt;/id&amp;gt;&lt;br/&gt;
    &amp;lt;/node&amp;gt;&lt;br/&gt;
    &amp;lt;node&amp;gt;&lt;br/&gt;
        &amp;lt;id&amp;gt;controller-config-xml&amp;lt;/id&amp;gt;&lt;br/&gt;
    &amp;lt;/node&amp;gt;&lt;br/&gt;
    &amp;lt;node&amp;gt;&lt;br/&gt;
        &amp;lt;id&amp;gt;id1&amp;lt;/id&amp;gt;&lt;br/&gt;
    &amp;lt;/node&amp;gt;&lt;br/&gt;
&amp;lt;/nodes&amp;gt;&lt;/p&gt;

&lt;p&gt;TEST ENV&lt;/p&gt;

&lt;p&gt;org.opendaylight.controller.version = 0.1&lt;br/&gt;
org.opendaylight.controller.build.scm.version = 78fec1c1c5a3720bd48d1044703824626f08b5d9&lt;br/&gt;
org.opendaylight.controller.build.user = jenkins-controller&lt;br/&gt;
org.opendaylight.controller.build.workspace = **********&lt;br/&gt;
org.opendaylight.controller.build.timestamp = 1409283738738&lt;br/&gt;
org.opendaylight.controller.build.machine = **********&lt;br/&gt;
~&lt;/p&gt;

&lt;p&gt;No special configuration was needed to replicate this bug. During this test I had 2 controllers (&apos;controller-config&apos; and &apos;controller-config-xrvr&apos;) configured but I don&apos;t believe that this affected the results.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="25305">CONTROLLER-751</key>
            <summary>Outer Container not returned in response during retrieval request for inner resource</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Cannot Reproduce</resolution>
                                        <assignee username="tony.tkacik@gmail.com">Tony Tkacik</assignee>
                                    <reporter username="ricjhill@gmail.com">RichardHill</reporter>
                        <labels>
                    </labels>
                <created>Mon, 1 Sep 2014 18:29:55 +0000</created>
                <updated>Tue, 9 Sep 2014 10:51:41 +0000</updated>
                            <resolved>Tue, 9 Sep 2014 10:51:41 +0000</resolved>
                                    <version>Helium</version>
                                                    <component>restconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="49010" author="ricjhill@gmail.com" created="Mon, 1 Sep 2014 18:29:55 +0000"  >&lt;p&gt;Attachment opendaylight.log has been added with description: opendaylight log - shows nothing unusual&lt;/p&gt;</comment>
                            <comment id="49011" author="ricjhill@gmail.com" created="Mon, 1 Sep 2014 19:58:25 +0000"  >&lt;p&gt;Attachment opendaylight-inventory.yang has been added with description: yang document describing schema tree&lt;/p&gt;</comment>
                            <comment id="49009" author="tony.tkacik@gmail.com" created="Mon, 8 Sep 2014 09:12:39 +0000"  >&lt;p&gt;Could you please point out to part of Restconf specification which mandates this behaviour to return parent node?&lt;/p&gt;

&lt;p&gt;List node (without returning parent) is there currently by design, not by accident.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="13415" name="opendaylight-inventory.yang" size="8996" author="ricjhill@gmail.com" created="Mon, 1 Sep 2014 19:58:25 +0000"/>
                            <attachment id="13414" name="opendaylight.log" size="29483" author="ricjhill@gmail.com" created="Mon, 1 Sep 2014 18:29:55 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1660</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=1660]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10370"><![CDATA[Helium]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02mbz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>