<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: X690 - RESTCONF API - What is the value of &amp;lt;key&amp;gt; in openconfig_network_instance URL in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x690-restconf-api-what-is-the-value-of-lt-key-gt-in-openconfig/m-p/96912#M22042</link>
    <description>&lt;P&gt;Thanks for the reply!&lt;BR /&gt;I've tried &lt;STRONG&gt;VR-Default&lt;/STRONG&gt; but unfortunately get a 500 Internal Server Error:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;The&amp;nbsp;server&amp;nbsp;encountered&amp;nbsp;an&amp;nbsp;internal&amp;nbsp;error&amp;nbsp;and&amp;nbsp;was&amp;nbsp;unable&amp;nbsp;to&amp;nbsp;complete&amp;nbsp;your&amp;nbsp;request.&amp;nbsp;Either&amp;nbsp;the&amp;nbsp;server&amp;nbsp;is&amp;nbsp;overloaded&amp;nbsp;or&amp;nbsp;&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;there&amp;nbsp;is&amp;nbsp;an&amp;nbsp;error&amp;nbsp;in&amp;nbsp;the&amp;nbsp;application.&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;Trying anything else other than VR-Default as the key returns 404 error so it sounds like that is the key, just need to get past the 500 error :).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 23 Aug 2023 13:46:30 GMT</pubDate>
    <dc:creator>md1</dc:creator>
    <dc:date>2023-08-23T13:46:30Z</dc:date>
    <item>
      <title>X690 - RESTCONF API - What is the value of &lt;key&gt; in openconfig_network_instance URL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x690-restconf-api-what-is-the-value-of-lt-key-gt-in-openconfig/m-p/96903#M22040</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are working on an automation project the polls the switches periodically and would like to extract the MAC address of connected devices to the switch and what ports they are connected to. The result of 'show fdb ports 1:1-1:48' is basically what we're after.&lt;/P&gt;&lt;P data-unlink="true"&gt;It looks like we might be able to achieve a similar result by using API GET calls against the switch using the built in RESTCONF API but I am struggling with this specific URL:&lt;BR /&gt;https://&amp;lt;ip&amp;gt;/rest/restconf/data/openconfig-network-instance:network-instances/network-instance=&amp;lt;key&amp;gt;/fdb&lt;/P&gt;&lt;P data-unlink="true"&gt;I've pulled this URL from the&amp;nbsp;RESTCONF reference documentation at &lt;A href="https://[ip]/apps/resconfdoc#" target="_blank"&gt;https://[ip]/apps/resconfdoc#&lt;/A&gt;&amp;nbsp;version 2.1.1.41, from our X690 switch directly, so I'm assuming its supported.&lt;/P&gt;&lt;P data-unlink="true"&gt;It is asking for a &amp;lt;key&amp;gt; but I am struggling to find examples of what this would be.&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;Does anyone have any experience with this/ have any idea what the &amp;lt;key&amp;gt; value should be?&lt;/P&gt;&lt;P&gt;Many thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 10:08:48 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x690-restconf-api-what-is-the-value-of-lt-key-gt-in-openconfig/m-p/96903#M22040</guid>
      <dc:creator>md1</dc:creator>
      <dc:date>2023-08-23T10:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: X690 - RESTCONF API - What is the value of &lt;key&gt; in openconfig_network_instance URL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x690-restconf-api-what-is-the-value-of-lt-key-gt-in-openconfig/m-p/96911#M22041</link>
      <description>&lt;P&gt;The "network-instance" key should be the "name" of the given "network-instance" when you run&amp;nbsp;&lt;A target="_blank" rel="noopener"&gt;https://&amp;lt;IP&amp;gt;/rest/restconf/data/openconfig-network-instance:network-instances/&lt;/A&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;This would be "VR-Default" (case sensitive) when you use the default VR, so you can run "https://&amp;lt;IP&amp;gt;/rest/restconf/data/openconfig-network-instance:network-instances/network-instance=VR-Default/fdb?formatted=true"&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will probably see the MAC addresses even when you use the first link without specifying the specific key and "fdb".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 13:25:02 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x690-restconf-api-what-is-the-value-of-lt-key-gt-in-openconfig/m-p/96911#M22041</guid>
      <dc:creator>Chris_H</dc:creator>
      <dc:date>2023-08-23T13:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: X690 - RESTCONF API - What is the value of &lt;key&gt; in openconfig_network_instance URL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x690-restconf-api-what-is-the-value-of-lt-key-gt-in-openconfig/m-p/96912#M22042</link>
      <description>&lt;P&gt;Thanks for the reply!&lt;BR /&gt;I've tried &lt;STRONG&gt;VR-Default&lt;/STRONG&gt; but unfortunately get a 500 Internal Server Error:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;The&amp;nbsp;server&amp;nbsp;encountered&amp;nbsp;an&amp;nbsp;internal&amp;nbsp;error&amp;nbsp;and&amp;nbsp;was&amp;nbsp;unable&amp;nbsp;to&amp;nbsp;complete&amp;nbsp;your&amp;nbsp;request.&amp;nbsp;Either&amp;nbsp;the&amp;nbsp;server&amp;nbsp;is&amp;nbsp;overloaded&amp;nbsp;or&amp;nbsp;&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;there&amp;nbsp;is&amp;nbsp;an&amp;nbsp;error&amp;nbsp;in&amp;nbsp;the&amp;nbsp;application.&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;Trying anything else other than VR-Default as the key returns 404 error so it sounds like that is the key, just need to get past the 500 error :).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Aug 2023 13:46:30 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x690-restconf-api-what-is-the-value-of-lt-key-gt-in-openconfig/m-p/96912#M22042</guid>
      <dc:creator>md1</dc:creator>
      <dc:date>2023-08-23T13:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: X690 - RESTCONF API - What is the value of &lt;key&gt; in openconfig_network_instance URL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x690-restconf-api-what-is-the-value-of-lt-key-gt-in-openconfig/m-p/96913#M22043</link>
      <description>&lt;P&gt;Will try a firmware update. Currently on 31.3.1.3. Looks like the 500 internal server error might be fixed on version 31.6 onwards:&amp;nbsp;&lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000103544" target="_blank"&gt;https://extremeportal.force.com/ExtrArticleDetail?an=000103544&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Thanks for your help Chris.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 13:56:19 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/x690-restconf-api-what-is-the-value-of-lt-key-gt-in-openconfig/m-p/96913#M22043</guid>
      <dc:creator>md1</dc:creator>
      <dc:date>2023-08-23T13:56:19Z</dc:date>
    </item>
  </channel>
</rss>

