<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:15:33 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-648] Unable to invoke no-args RPC using apidoc explorer</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-648</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;RPC with no input arguments can&apos;t be invoked using apidocs explorer.&lt;/p&gt;

&lt;p&gt;An attempt to do so will result in HTTP 415 (with no payload)&lt;/p&gt;

&lt;p&gt;This is equivalent cURL:&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;
curl -v &lt;span class=&quot;code-quote&quot;&gt;&apos;http:&lt;span class=&quot;code-comment&quot;&gt;//localhost:8181/restconf/operations/jsonrpc:force-reload&apos;&lt;/span&gt; -H &lt;span class=&quot;code-quote&quot;&gt;&apos;Accept: application/json&apos;&lt;/span&gt; -H &lt;span class=&quot;code-quote&quot;&gt;&apos;Content-Type: text/plain;charset=UTF-8&apos;&lt;/span&gt; -H &lt;span class=&quot;code-quote&quot;&gt;&apos;Authorization: Basic YWRtaW46YWRtaW4=&apos;&lt;/span&gt; --data &apos;&apos;&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;But this one works&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;
curl -v &lt;span class=&quot;code-quote&quot;&gt;&apos;http:&lt;span class=&quot;code-comment&quot;&gt;//localhost:8181/restconf/operations/jsonrpc:force-reload&apos;&lt;/span&gt; -H &lt;span class=&quot;code-quote&quot;&gt;&apos;Accept: application/json&apos;&lt;/span&gt; -H &lt;span class=&quot;code-quote&quot;&gt;&apos;Content-Type: application/json&apos;&lt;/span&gt; -H &lt;span class=&quot;code-quote&quot;&gt;&apos;Authorization: Basic YWRtaW46YWRtaW4=&apos;&lt;/span&gt; --data &apos;&apos;&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Seems like &apos;Content-Type: text/plain;charset=UTF-8&apos; header is causing issue.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="32168">NETCONF-648</key>
            <summary>Unable to invoke no-args RPC using apidoc explorer</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="jluhrsen">Jamo Luhrsen</assignee>
                                    <reporter username="rkosegi">Richard Kosegi</reporter>
                        <labels>
                    </labels>
                <created>Tue, 5 Nov 2019 12:36:06 +0000</created>
                <updated>Wed, 10 Jun 2020 04:53:51 +0000</updated>
                            <resolved>Wed, 10 Jun 2020 04:53:34 +0000</resolved>
                                    <version>Magnesium</version>
                                                    <component>restconf-nb</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="67953" author="rkosegi" created="Mon, 9 Mar 2020 15:29:19 +0000"  >&lt;p&gt;Maybe related &lt;a href=&quot;https://github.com/swagger-api/swagger-js/issues/326&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/swagger-api/swagger-js/issues/326&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="68179" author="rkosegi" created="Sat, 6 Jun 2020 07:56:37 +0000"  >&lt;p&gt;Problem is not present in master branch with &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-687&quot; title=&quot;Update swagger generator from Swagger 1.2 to OpenAPI 3.0&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-687&quot;&gt;&lt;del&gt;NETCONF-687&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="68184" author="jluhrsen" created="Tue, 9 Jun 2020 05:18:54 +0000"  >&lt;p&gt;so, do we want to close this or something we might want to still get fixed in Magnesium?&lt;/p&gt;</comment>
                            <comment id="68185" author="rkosegi" created="Tue, 9 Jun 2020 07:22:40 +0000"  >&lt;p&gt;I don&apos;t think someone will ever fix this. Let&apos;s close it then.&lt;/p&gt;</comment>
                            <comment id="68194" author="jluhrsen" created="Wed, 10 Jun 2020 04:53:51 +0000"  >&lt;p&gt;ok, it&apos;s closed as &quot;won&apos;t do&quot;&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|i03pun:</customfieldvalue>

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