<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:15:39 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>[NETCONF-690] ODL announces RESTCONF capabilities it does not support</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-690</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;RESTCONF announces the following list of capabilities as part of ietf-restconf-monitoring.&lt;/p&gt;

&lt;p&gt;&#160;&lt;br/&gt;
&#160;&#160;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
&#160;&amp;lt;capabilities&amp;gt; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&amp;lt;capability&amp;gt;urn:ietf:params:restconf:capability:depth:1.0&amp;lt;/capability&amp;gt; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&amp;lt;capability&amp;gt;urn:ietf:params:restconf:capability:fields:1.0&amp;lt;/capability&amp;gt; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&amp;lt;capability&amp;gt;urn:ietf:params:restconf:capability:filter:1.0&amp;lt;/capability&amp;gt; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&amp;lt;capability&amp;gt;urn:ietf:params:restconf:capability:replay:1.0&amp;lt;/capability&amp;gt; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&amp;lt;capability&amp;gt;urn:ietf:params:restconf:capability:with-defaults:1.0&amp;lt;/capability&amp;gt; &#160;&#160;&#160;&#160;&amp;lt;/capabilities&amp;gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;br/&gt;
&#160;&lt;br/&gt;
ODL does support fields capability, but it does not support depth, filter. with-defaults and replay does not make sense for RESTCONF (it is not a device). This list should be trimmed to capabilities that are supported.&lt;/p&gt;</description>
                <environment></environment>
        <key id="32680">NETCONF-690</key>
            <summary>ODL announces RESTCONF capabilities it does not support</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <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="10001">Won&apos;t Do</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="mjethanandani">Mahesh Jethanandani</reporter>
                        <labels>
                    </labels>
                <created>Mon, 25 May 2020 06:28:08 +0000</created>
                <updated>Thu, 4 Nov 2021 19:30:31 +0000</updated>
                            <resolved>Thu, 4 Nov 2021 19:30:31 +0000</resolved>
                                                                    <component>restconf-nb</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="68145" author="jluhrsen" created="Tue, 26 May 2020 18:35:45 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=mjethanandani&quot; class=&quot;user-hover&quot; rel=&quot;mjethanandani&quot;&gt;mjethanandani&lt;/a&gt;, do you know of anyone that was planning to work on this?&lt;/p&gt;</comment>
                            <comment id="70103" author="rovarga" created="Thu, 4 Nov 2021 19:29:57 +0000"  >&lt;p&gt;I have just had a pass over these last two weeks as part of &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-773&quot; title=&quot;Refactor restconf-nb wiring&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-773&quot;&gt;NETCONF-773&lt;/a&gt;. I do not agree with &quot;it is not a device&quot; assessment. The situation is as follows:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;depth is supported&lt;/li&gt;
	&lt;li&gt;fields are supported, but might be buggy for the local case&lt;/li&gt;
	&lt;li&gt;filter is supported for notification subscriptions, as per RFC8040&lt;/li&gt;
	&lt;li&gt;replay, specifically start-time and stop-time, are supported for notification subscriptions, as per RFC8040&lt;/li&gt;
	&lt;li&gt;with-defaults is supported to a certain extent, but the logic is rather twisted and under-documented&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;In any case, for the pass-through case, these are expected to be passed on to the SB handler, which will reject them if the device does not support a capability.&lt;/p&gt;</comment>
                            <comment id="70104" author="rovarga" created="Thu, 4 Nov 2021 19:30:31 +0000"  >&lt;p&gt;If there are specific cases where parameters do not work, they should be treated as separate bugs.&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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03sk7:</customfieldvalue>

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