<?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 live-status via REST in NSO Developer Hub Discussions</title>
    <link>https://community.cisco.com/t5/nso-developer-hub-discussions/live-status-via-rest/m-p/3536975#M1467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we compiled some MIBs, configured our device to use SNMP(RO) and can get live-status information from our device via the CLI&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;admin@ncs&amp;gt; show devices device router01 live-status IF-MIB ifTable ifEntry 650 ifName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ifName xe-2/0/2.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is it possible to get the same information via the REST interface and what would be the URI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Mar 2019 11:54:52 GMT</pubDate>
    <dc:creator>jjgrinwis</dc:creator>
    <dc:date>2019-03-01T11:54:52Z</dc:date>
    <item>
      <title>live-status via REST</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/live-status-via-rest/m-p/3536975#M1467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we compiled some MIBs, configured our device to use SNMP(RO) and can get live-status information from our device via the CLI&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;admin@ncs&amp;gt; show devices device router01 live-status IF-MIB ifTable ifEntry 650 ifName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ifName xe-2/0/2.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is it possible to get the same information via the REST interface and what would be the URI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 11:54:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/live-status-via-rest/m-p/3536975#M1467</guid>
      <dc:creator>jjgrinwis</dc:creator>
      <dc:date>2019-03-01T11:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: live-status via REST</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/live-status-via-rest/m-p/3536976#M1468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just found it &lt;IMG src="https://community.cisco.com/legacyfs/online/emoticons/happy.png" /&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;{{server}}/api/operational/devices/device/mx01/live-status/IF-MIB/ifTable/ifEntry/537?select=ifName;ifInErrors;ifMtu&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;ifEntry xmlns="urn:ietf:params:xml:ns:yang:smiv2:IF-MIB" xmlns:y="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://tail-f.com/ns/rest" rel="nofollow" target="_blank"&gt;http://tail-f.com/ns/rest&lt;/A&gt;&lt;SPAN&gt;"&amp;nbsp; xmlns:if-mib="urn:ietf:params:xml:ns:yang:smiv2:IF-MIB"&amp;nbsp; xmlns:ncs="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://tail-f.com/ns/ncs" rel="nofollow" target="_blank"&gt;http://tail-f.com/ns/ncs&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ifMtu&amp;gt;1500&amp;lt;/ifMtu&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ifInErrors&amp;gt;0&amp;lt;/ifInErrors&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ifName&amp;gt;xe-2/0/2.0&amp;lt;/ifName&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ifEntry&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 17:24:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/live-status-via-rest/m-p/3536976#M1468</guid>
      <dc:creator>jjgrinwis</dc:creator>
      <dc:date>2017-07-06T17:24:02Z</dc:date>
    </item>
  </channel>
</rss>

