<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:25:35 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>[NEUTRON-107] GET interface from router and add interface to router not working</title>
                <link>https://jira.opendaylight.org/browse/NEUTRON-107</link>
                <project id="10145" key="NEUTRON">neutron</project>
                    <description>&lt;p&gt;Description:&lt;/p&gt;

&lt;p&gt; GET Interface and &quot;add interface to router&quot; not working.&lt;/p&gt;

&lt;p&gt; I have created a router with below configuration. Router got created successfully.&lt;br/&gt;
--------------------------------------------------------------------&lt;br/&gt;
http://&amp;lt;controller IP&amp;gt;:8080/restconf/config/neutron:neutron/routers/&lt;br/&gt;
{&quot;router&quot;: {&lt;br/&gt;
  &quot;name&quot;: &quot;RRRRRR1&quot;,&lt;br/&gt;
  &quot;interfaces&quot;: [&lt;br/&gt;
    &lt;/p&gt;
{
      &quot;port-id&quot;: &quot;c8dd830f-7b97-40f0-a7b6-21cd5aff502e&quot;,
      &quot;subnet-id&quot;: &quot;9b09f1a7-250f-4562-8093-e6018aeceaf6&quot;,
      &quot;uuid&quot;: &quot;c8ff831f-7b97-40f0-a7b6-21cd5aff502d&quot;,
      &quot;tenant-id&quot;: &quot;de0a7495-05c4-4be0-b796-1412835c6820&quot;
    }
&lt;p&gt;,&lt;br/&gt;
    ],&lt;br/&gt;
  &quot;uuid&quot;: &quot;5971a821-f8f0-4771-ae4c-7f132ba5e77c&quot;,&lt;br/&gt;
  &quot;tenant-id&quot;: &quot;de0a7495-05c4-4be0-b796-1412835c6820&quot;,&lt;br/&gt;
  &quot;admin-state-up&quot;: true&lt;br/&gt;
}&lt;br/&gt;
}&lt;br/&gt;
-----------------------------------------------------------------------&lt;/p&gt;

&lt;p&gt;But, when i try to get list of interface details and adding new interface to existing router is not working.&lt;/p&gt;

&lt;p&gt;To GET available  Interfaces i used below API.&lt;/p&gt;

&lt;p&gt;http://&amp;lt;controller IP&amp;gt;:8080/restconf/config/neutron:neutron/routers/router/5971a821-f8f0-4771-ae4c-7f132ba5e77c/interfaces/&lt;br/&gt;
Output is :&lt;br/&gt;
{&lt;br/&gt;
  &quot;errors&quot;: {&lt;br/&gt;
    &quot;error&quot;: [&lt;/p&gt;
      {
        &quot;error-type&quot;: &quot;application&quot;,
        &quot;error-tag&quot;: &quot;data-missing&quot;,
        &quot;error-message&quot;: &quot;Request could not be completed because the relevant data model content does not exist &quot;
      }
&lt;p&gt;    ]&lt;br/&gt;
  }&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;To add interface i used below API.&lt;br/&gt;
&lt;a href=&quot;http://10.183.254.195:8080/restconf/config/neutron:neutron/routers/router/5971a821-f8f0-4771-ae4c-7f132ba5e77c/interfaces/http://10.183.254.195:8080/restconf/config/neutron:neutron/routers/router/5971a821-f8f0-4771-ae4c-7f132ba5e77c/interfaces/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://10.183.254.195:8080/restconf/config/neutron:neutron/routers/router/5971a821-f8f0-4771-ae4c-7f132ba5e77c/interfaces/http://10.183.254.195:8080/restconf/config/neutron:neutron/routers/router/5971a821-f8f0-4771-ae4c-7f132ba5e77c/interfaces/&lt;/a&gt;&lt;br/&gt;
{&lt;br/&gt;
    &quot;subnet-id&quot;: &quot;9b09f1a7-250f-4562-8093-e6018aeceaf6&quot;,&lt;br/&gt;
    &quot;tenant-id&quot;: &quot;de0a7495-05c4-4be0-b796-1412835c6820&quot;,&lt;br/&gt;
    &quot;port-id&quot;: &quot;c8dd830f-7b97-40f0-a7b6-21cd5aff502e&quot;,&lt;br/&gt;
    &quot;uuid&quot;: &quot;c8ff831f-7b97-40f0-a7b6-21cd5aff502d&quot;&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;Output Observed:&lt;br/&gt;
{&lt;br/&gt;
  &quot;errors&quot;: {&lt;br/&gt;
    &quot;error&quot;: [&lt;/p&gt;
      {
        &quot;error-type&quot;: &quot;protocol&quot;,
        &quot;error-tag&quot;: &quot;malformed-message&quot;,
        &quot;error-message&quot;: &quot;Error parsing input: Schema node with name subnet-id wasn&apos;t found under (urn:opendaylight:neutron?revision=2015-03-25)router.&quot;
      }
&lt;p&gt;    ]&lt;br/&gt;
  }&lt;br/&gt;
}&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26669">NEUTRON-107</key>
            <summary>GET interface from router and add interface to router not working</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="10004" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Verified</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Cannot Reproduce</resolution>
                                        <assignee username="thapar">Vishal Thapar</assignee>
                                    <reporter username="rajamk">RajaRajan Manickam</reporter>
                        <labels>
                    </labels>
                <created>Thu, 28 Jan 2016 07:13:06 +0000</created>
                <updated>Tue, 3 Jul 2018 19:30:36 +0000</updated>
                            <resolved>Fri, 29 Jan 2016 17:17:15 +0000</resolved>
                                    <version>stable/lithium</version>
                                                    <component>neutron-spi</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="53528" author="yamahata" created="Thu, 28 Jan 2016 20:17:24 +0000"  >&lt;p&gt;Can you provide neutron operation in addition to ODL?&lt;/p&gt;</comment>
                            <comment id="53529" author="thapar" created="Fri, 29 Jan 2016 17:17:15 +0000"  >&lt;p&gt;The URI used is not correct. Port for restconf is 8181 not 8080 unless changed from default.&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>5124</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=5124]]></customfieldvalue>

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

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