<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:54:57 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-1205] Restconf RPC: Response data not inclosed in &quot;output&quot; container</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-1205</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;There were changes to Lithium restconf, and after &lt;a href=&quot;https://jira.opendaylight.org/browse/OPNFLWPLUG-378&quot; title=&quot;of-flow: http status 500 returned for sal services (add, update, delete flow)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;OPNFLWPLUG-378&quot;&gt;&lt;del&gt;OPNFLWPLUG-378&lt;/del&gt;&lt;/a&gt; was fixed this one become visible.&lt;/p&gt;

&lt;p&gt;Using add-lsp call from bgpcep project &lt;a href=&quot;https://wiki.opendaylight.org/view/BGP_LS_PCEP:Programmer_Guide#Creating_LSP_2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.opendaylight.org/view/BGP_LS_PCEP:Programmer_Guide#Creating_LSP_2&lt;/a&gt;&lt;br/&gt;
on older Lithium (and Helium) builds was returning&lt;br/&gt;
JSON:&lt;br/&gt;
{&quot;output&quot;:{}}&lt;br/&gt;
XML:&lt;br/&gt;
&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&amp;gt;&amp;lt;output xmlns=&quot;urn:opendaylight:params:xml:ns:yang:topology:pcep&quot;/&amp;gt;&lt;/p&gt;

&lt;p&gt;But currently:&lt;br/&gt;
JSON:&lt;br/&gt;
{}&lt;br/&gt;
XML:&lt;br/&gt;
&amp;lt;zdef648384929:data xmlns:zdef648384929=&quot;urn:ietf:params:xml:ns:netconf:base:1.0&quot;&amp;gt;&amp;lt;/zdef648384929:data&amp;gt;&lt;/p&gt;

&lt;p&gt;There was no significant change in PCEP code, so this is a resconf issue and &lt;a href=&quot;https://tools.ietf.org/html/draft-bierman-netconf-restconf-02#section-5.4.2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://tools.ietf.org/html/draft-bierman-netconf-restconf-02#section-5.4.2&lt;/a&gt;&lt;br/&gt;
implies this is a bug, not a feature.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="25759">CONTROLLER-1205</key>
            <summary>Restconf RPC: Response data not inclosed in &quot;output&quot; container</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="10000">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="vrpolak">Vratko Polak</reporter>
                        <labels>
                    </labels>
                <created>Fri, 13 Mar 2015 15:03:18 +0000</created>
                <updated>Thu, 19 Oct 2017 21:26:50 +0000</updated>
                            <resolved>Thu, 19 Mar 2015 08:22:40 +0000</resolved>
                                    <version>Post-Helium</version>
                                                    <component>restconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="50261" author="dkutenicsova" created="Mon, 16 Mar 2015 14:07:36 +0000"  >&lt;p&gt;Due to previous experience, increasing to blocker right away, as all PCEP tests fail.&lt;/p&gt;</comment>
                            <comment id="50262" author="tony.tkacik@gmail.com" created="Tue, 17 Mar 2015 09:18:50 +0000"  >&lt;p&gt;Correct behaviour is to return 204 No Content (and no content)&lt;br/&gt;
for the RPCs without output,&lt;br/&gt;
so it seems current behaviour and also stable/helium behaviour is buggy.&lt;/p&gt;</comment>
                            <comment id="50263" author="tony.tkacik@gmail.com" created="Tue, 17 Mar 2015 09:36:05 +0000"  >&lt;p&gt;In use case for this specific RPC, returned value&lt;br/&gt;
should be&lt;br/&gt;
{ &quot;output&quot;: {} } for JSON or &amp;lt;output xmlns=&quot;urn:opendaylight:params:xml:ns:yang:topology:pcep&quot;/&amp;gt;&lt;/p&gt;</comment>
                            <comment id="50264" author="tony.tkacik@gmail.com" created="Tue, 17 Mar 2015 11:22:19 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/16684/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/16684/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </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>2841</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=2841]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

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

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