<?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: Get NSO daemon status in NSO Developer Hub Discussions</title>
    <link>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4945393#M8142</link>
    <description>&lt;P&gt;If you add an &lt;FONT face="andale mono,times"&gt;admin&lt;/FONT&gt; user to the NSO local authentication, also make sure &lt;FONT face="andale mono,times"&gt;&lt;SPAN class="s1"&gt;/ncs-config/aaa/&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;local-auth&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN class="s1"&gt;&lt;FONT face="andale mono,times"&gt;entication/enabled&lt;/FONT&gt; is set to &lt;FONT face="andale mono,times"&gt;true&lt;/FONT&gt;&amp;nbsp;&lt;/SPAN&gt;in your ncs.conf.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 21 Oct 2023 19:02:48 GMT</pubDate>
    <dc:creator>cohult</dc:creator>
    <dc:date>2023-10-21T19:02:48Z</dc:date>
    <item>
      <title>Get NSO daemon status</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4945071#M8138</link>
      <description>&lt;P&gt;Helo Team:&lt;/P&gt;&lt;P&gt;I have a simple question.&lt;BR /&gt;In NSO-3.x, I was able to use the curl to get daemon status:&lt;BR /&gt;curl -X GET -u user:passwd &lt;A href="http://127.0.0.1:8080/api/operational/ncs-state/daemon-status" target="_blank"&gt;http://127.0.0.1:8080/api/operational/ncs-state/daemon-status&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, in NSO-6.1, I cannot use the same curl command. Can anyone help?&lt;/P&gt;&lt;P&gt;THX&lt;BR /&gt;sm000x&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 14:33:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4945071#M8138</guid>
      <dc:creator>sm000x</dc:creator>
      <dc:date>2023-10-20T14:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Get NSO daemon status</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4945104#M8139</link>
      <description>&lt;P&gt;EDIT: Updating answer. Replaced version by daemon-status. By mistake added version instead of the status of the daemon.&lt;/P&gt;
&lt;P&gt;In my case I used this path:&lt;/P&gt;
&lt;PRE class="notranslate"&gt;&lt;SPAN class="pl-pds"&gt;&lt;SPAN class="pl-c1"&gt;/&lt;/SPAN&gt;restconf&lt;SPAN class="pl-c1"&gt;/&lt;/SPAN&gt;data&lt;/SPAN&gt;&lt;SPAN class="pl-c1"&gt;/&lt;/SPAN&gt;&lt;SPAN class="pl-s1"&gt;tailf&lt;/SPAN&gt;&lt;SPAN class="pl-c1"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pl-s1"&gt;ncs&lt;/SPAN&gt;&lt;SPAN class="pl-c1"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pl-s1"&gt;monitoring&lt;/SPAN&gt;:&lt;SPAN class="pl-s1"&gt;ncs&lt;/SPAN&gt;&lt;SPAN class="pl-c1"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pl-s1"&gt;state&lt;/SPAN&gt;&lt;SPAN class="pl-c1"&gt;/&lt;/SPAN&gt;&lt;SPAN class="pl-s1"&gt;daemon&lt;/SPAN&gt;&lt;SPAN class="pl-c1"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pl-s1"&gt;status&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;See the full example here, it might be userful &lt;A href="https://developer.cisco.com/codeexchange/github/repo/jillesca/nso_hello_world_restconf/" target="_blank" rel="noopener"&gt;https://developer.cisco.com/codeexchange/github/repo/jillesca/nso_hello_world_restconf/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And you can actually try on the &lt;A href="https://developer.cisco.com/codeexchange/devenv/jillesca/nso_hello_world_restconf" target="_self"&gt;Cisco Cloud IDE&lt;/A&gt; environment. the NSO used in on 5.x but I believe it will work with 6.1.&lt;/P&gt;
&lt;P&gt;Still you can get the version doing:&lt;/P&gt;
&lt;PRE class="notranslate"&gt;show ncs-state daemon-status | display restconf &lt;/PRE&gt;
&lt;P&gt;And add the 'data' path between restconf and tailf-ncs...&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 06:20:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4945104#M8139</guid>
      <dc:creator>Jesus Illescas</dc:creator>
      <dc:date>2023-10-23T06:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Get NSO daemon status</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4945347#M8140</link>
      <description>&lt;P&gt;The old REST API was removed some time ago in favor of the IETF RFC8040-based RESTCONF API. So with NSO 6.1 try something like:&lt;/P&gt;
&lt;PRE class="p1"&gt;&lt;SPAN class="s1"&gt;curl -X GET -u admin:admin http://localhost:8080/restconf/data/tailf-ncs-monitoring:ncs-state/tailf-ncs-monitoring2:daemon-status -H "Accept: application/yang-data+json"&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;{&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;"tailf-ncs-monitoring2:daemon-status": "started"&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2023 14:03:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4945347#M8140</guid>
      <dc:creator>cohult</dc:creator>
      <dc:date>2023-10-21T14:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Get NSO daemon status</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4945371#M8141</link>
      <description>Hi, Cohult:&lt;BR /&gt;&lt;BR /&gt;Thank you so much for this information, it really helps.&lt;BR /&gt;I am able to do it in NSO 5.7:&lt;BR /&gt;curl -X GET -u admin:admin &lt;A href="http://localhost:8080/restconf/data/tailf-ncs-monitoring:ncs-state/tailf-ncs-monitoring:daemon-status" target="_blank"&gt;http://localhost:8080/restconf/data/tailf-ncs-monitoring:ncs-state/tailf-ncs-monitoring:daemon-status&lt;/A&gt; -H "Accept: application/yang-data+json"&lt;BR /&gt;{&lt;BR /&gt;"tailf-ncs-monitoring:daemon-status": "started"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;However, in NSO 6.1, I got error:&lt;BR /&gt;curl -X GET -u admin:admin &lt;A href="http://localhost:8080/restconf/data/tailf-ncs-monitoring:ncs-state/tailf-ncs-monitoring2:daemon-status" target="_blank"&gt;http://localhost:8080/restconf/data/tailf-ncs-monitoring:ncs-state/tailf-ncs-monitoring2:daemon-status&lt;/A&gt; -H "Accept: application/yang-data+json"&lt;BR /&gt;authentication_failed: Your credentials could not be authenticated: "Credentials are missing.". You will not be permitted access until your credentials can be verified.&lt;BR /&gt;&lt;BR /&gt;Regardless of the pam set as password-auth, common-auth or system-auth. I also added admin to aaa.&lt;BR /&gt;&lt;BR /&gt;And here is my nacm:&lt;BR /&gt;show configuration nacm&lt;BR /&gt;read-default permit;&lt;BR /&gt;write-default permit;&lt;BR /&gt;exec-default permit;&lt;BR /&gt;groups {&lt;BR /&gt;group admin {&lt;BR /&gt;user-name [ admin private ];&lt;BR /&gt;}&lt;BR /&gt;group ncsadmin {&lt;BR /&gt;user-name [ admin private ];&lt;BR /&gt;}&lt;BR /&gt;group ncsoper {&lt;BR /&gt;user-name [ admin oper public ];&lt;BR /&gt;}&lt;BR /&gt;group oper {&lt;BR /&gt;user-name [ admin oper public ];&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;rule-list admin {&lt;BR /&gt;group [ admin ncsadmin ];&lt;BR /&gt;rule any-access {&lt;BR /&gt;action permit;&lt;BR /&gt;}&lt;BR /&gt;cmdrule any-command {&lt;BR /&gt;action permit;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;rule-list oper {&lt;BR /&gt;group [ ncsoper ];&lt;BR /&gt;rule tailf-aaa-user {&lt;BR /&gt;module-name tailf-aaa;&lt;BR /&gt;path /user[name='$USER'];&lt;BR /&gt;access-operations create,read,update,delete;&lt;BR /&gt;action permit;&lt;BR /&gt;}&lt;BR /&gt;rule tailf-webui-user {&lt;BR /&gt;module-name tailf-webui;&lt;BR /&gt;path /webui/data-stores/user-profile[username='$USER'];&lt;BR /&gt;access-operations create,read,update,delete;&lt;BR /&gt;action permit;&lt;BR /&gt;}&lt;BR /&gt;rule tailf-aaa-alluser {&lt;BR /&gt;module-name tailf-aaa;&lt;BR /&gt;path /user;&lt;BR /&gt;action permit;&lt;BR /&gt;}&lt;BR /&gt;rule tailf-aaa-aaa {&lt;BR /&gt;module-name tailf-aaa;&lt;BR /&gt;path /aaa;&lt;BR /&gt;action permit;&lt;BR /&gt;}&lt;BR /&gt;rule nacm {&lt;BR /&gt;module-name ietf-netconf-acm;&lt;BR /&gt;path /;&lt;BR /&gt;action permit;&lt;BR /&gt;}&lt;BR /&gt;rule read-only {&lt;BR /&gt;path /;&lt;BR /&gt;access-operations read;&lt;BR /&gt;action permit;&lt;BR /&gt;}&lt;BR /&gt;cmdrule c-logout {&lt;BR /&gt;command logout;&lt;BR /&gt;action permit;&lt;BR /&gt;}&lt;BR /&gt;cmdrule j-logout {&lt;BR /&gt;command "request system logout";&lt;BR /&gt;action permit;&lt;BR /&gt;}&lt;BR /&gt;cmdrule any-command {&lt;BR /&gt;action permit;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;rule-list any-group {&lt;BR /&gt;group [ * ];&lt;BR /&gt;rule tailf-aaa-password-change {&lt;BR /&gt;module-name tailf-aaa;&lt;BR /&gt;path /aaa/authentication/users/user[name='$USER']/change-password;&lt;BR /&gt;access-operations read,exec;&lt;BR /&gt;action permit;&lt;BR /&gt;}&lt;BR /&gt;rule tailf-aaa-user {&lt;BR /&gt;module-name tailf-aaa;&lt;BR /&gt;path /user[name='$USER'];&lt;BR /&gt;access-operations create,read,update,delete;&lt;BR /&gt;action permit;&lt;BR /&gt;}&lt;BR /&gt;rule tailf-webui-user {&lt;BR /&gt;module-name tailf-webui;&lt;BR /&gt;path /webui/data-stores/user-profile[username='$USER'];&lt;BR /&gt;access-operations create,read,update,delete;&lt;BR /&gt;action permit;&lt;BR /&gt;}&lt;BR /&gt;rule tailf-aaa-authentication {&lt;BR /&gt;access-operations update;&lt;BR /&gt;action permit;&lt;BR /&gt;}&lt;BR /&gt;cmdrule c-logout {&lt;BR /&gt;command logout;&lt;BR /&gt;action permit;&lt;BR /&gt;}&lt;BR /&gt;cmdrule j-logout {&lt;BR /&gt;command "request system logout";&lt;BR /&gt;action permit;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;cmd-read-default permit;&lt;BR /&gt;cmd-exec-default permit;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;THX&lt;BR /&gt;Sm000x&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Oct 2023 17:02:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4945371#M8141</guid>
      <dc:creator>sm000x</dc:creator>
      <dc:date>2023-10-21T17:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get NSO daemon status</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4945393#M8142</link>
      <description>&lt;P&gt;If you add an &lt;FONT face="andale mono,times"&gt;admin&lt;/FONT&gt; user to the NSO local authentication, also make sure &lt;FONT face="andale mono,times"&gt;&lt;SPAN class="s1"&gt;/ncs-config/aaa/&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;local-auth&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN class="s1"&gt;&lt;FONT face="andale mono,times"&gt;entication/enabled&lt;/FONT&gt; is set to &lt;FONT face="andale mono,times"&gt;true&lt;/FONT&gt;&amp;nbsp;&lt;/SPAN&gt;in your ncs.conf.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2023 19:02:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4945393#M8142</guid>
      <dc:creator>cohult</dc:creator>
      <dc:date>2023-10-21T19:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get NSO daemon status</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4945572#M8144</link>
      <description>Hi, Cohult:&lt;BR /&gt;&lt;BR /&gt;Thank you for the information. But is still gives me the same error:&lt;BR /&gt;##- Please tyauthentication_failed: Your credentials could not be authenticated: "Credentials are missing.". You will not be permitted access until your credentials can be verified.pe your reply above this line -##&lt;BR /&gt;&lt;BR /&gt;I am using the freetrial version, nso-6.1-freetrial.linux.x86_64.signed.bin. Will that be the reason?&lt;BR /&gt;&lt;BR /&gt;THX&lt;BR /&gt;sm000x</description>
      <pubDate>Sun, 22 Oct 2023 14:11:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4945572#M8144</guid>
      <dc:creator>sm000x</dc:creator>
      <dc:date>2023-10-22T14:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get NSO daemon status</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4946084#M8146</link>
      <description>&lt;P&gt;The "authentication failed" message is not coming from NSO. A quick web search for the error message you get indicates a proxy issue.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 12:12:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4946084#M8146</guid>
      <dc:creator>cohult</dc:creator>
      <dc:date>2023-10-23T12:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Get NSO daemon status</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4946090#M8147</link>
      <description>&lt;P&gt;Hi sm000x,&lt;/P&gt;
&lt;P&gt;We recently launched the NSO playground, where you can play with NSO in your web browser. Here you can experiment getting the deamon status using curl. We have two variants, local and system install. Since I see you are working with PAM, the system install version can help more.&lt;/P&gt;
&lt;P&gt;The playground has a fresh system install so, to get deamon status via curl with admin:admin you need to:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Enable the webUI
&lt;OL&gt;
&lt;LI&gt;&lt;FONT face="andale mono,times"&gt;/ncs-config/webui/transport/tcp/enabled&lt;/FONT&gt; is set to &lt;FONT face="andale mono,times"&gt;true&lt;/FONT&gt; in your ncs.conf&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Enable local authentication
&lt;OL&gt;
&lt;LI&gt;&lt;FONT face="andale mono,times"&gt;&lt;SPAN class="s1"&gt;/ncs-config/aaa/&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;local-auth&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN class="s1"&gt;&lt;FONT face="andale mono,times"&gt;entication/enabled&lt;/FONT&gt; is set to &lt;FONT face="andale mono,times"&gt;true&lt;/FONT&gt;&amp;nbsp;&lt;/SPAN&gt;in your ncs.conf.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Reload ncs: &lt;FONT face="andale mono,times"&gt;ncs --reload&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Configure ncs. See snippet below.&lt;/LI&gt;
&lt;LI&gt;
&lt;PRE&gt;curl -X GET -u admin:admin http://localhost:8080/restconf/data/tailf-ncs-monitoring:ncs-state/daemon-status -H "Accept: application/yang-data+json"&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Here are the instructions with more details: &lt;A href="https://github.com/CiscoDevNet/NSO-Playground-System-Install/tree/main/webui" target="_blank"&gt;https://github.com/CiscoDevNet/NSO-Playground-System-Install/tree/main/webui&lt;/A&gt; it has steps to do the changes manually or via cli.&lt;/P&gt;
&lt;P&gt;And here you can find a direct access to the playground: &lt;A href="https://developer.cisco.com/codeexchange/devenv/CiscoDevNet/NSO-Playground-System-Install" target="_blank"&gt;https://developer.cisco.com/codeexchange/devenv/CiscoDevNet/NSO-Playground-System-Install&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hopefully this can help you to pin point the issue.&lt;/P&gt;
&lt;P&gt;Feel free to do any changes, you can reset the environment any time to start again. if you have issues loading the page the first time, just refresh it. Also, get familiar with the solution here: &lt;A href="https://github.com/CiscoDevNet/NSO-Playground-System-Install" target="_blank"&gt;https://github.com/CiscoDevNet/NSO-Playground-System-Install&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Snippet of point 4:&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;aaa authentication users user admin
 uid        65534
 gid        65534
 password   admin
 ssh_keydir /var/ncs/homes/admin/.ssh
 homedir    /var/ncs/homes/admin
!
nacm write-default permit
nacm groups group admin
 user-name [ admin ]
!
nacm rule-list admin
 group [ admin ]
 rule any-access
  action permit
 !
 cmdrule any-command
  action permit
 !
!
nacm rule-list any-group
 group [ * ]
 rule tailf-aaa-user
  module-name       tailf-aaa
  path              /user[name='$USER']
  access-operations create,read,update,delete
  action            permit
 !
 rule tailf-webui-user
  module-name       tailf-webui
  path              /webui/data-stores/user-profile[username='$USER']
  access-operations create,read,update,delete
  action            permit
 !
 rule tailf-aaa-authentication
  module-name       tailf-aaa
  path              /aaa/authentication/users/user[name='$USER']
  access-operations read,update
  action            permit
 !
!&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 12:26:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4946090#M8147</guid>
      <dc:creator>Jesus Illescas</dc:creator>
      <dc:date>2023-10-23T12:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Get NSO daemon status</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4946091#M8148</link>
      <description>Hi, Cohult:&lt;BR /&gt;&lt;BR /&gt;Thank you for the information. I will investigate.&lt;BR /&gt;&lt;BR /&gt;THX&lt;BR /&gt;sm000x&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Oct 2023 12:31:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4946091#M8148</guid>
      <dc:creator>sm000x</dc:creator>
      <dc:date>2023-10-23T12:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get NSO daemon status</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4946092#M8149</link>
      <description>Hi, Jesus:&lt;BR /&gt;&lt;BR /&gt;Thank you for the information.&lt;BR /&gt;&lt;BR /&gt;THX&lt;BR /&gt;sm000x&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Oct 2023 12:35:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4946092#M8149</guid>
      <dc:creator>sm000x</dc:creator>
      <dc:date>2023-10-23T12:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get NSO daemon status</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4946094#M8150</link>
      <description>Hi, Jesus:&lt;BR /&gt;&lt;BR /&gt;Thank you so very much for this information. I will give it a try.&lt;BR /&gt;&lt;BR /&gt;THX&lt;BR /&gt;sm000x&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Oct 2023 12:38:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4946094#M8150</guid>
      <dc:creator>sm000x</dc:creator>
      <dc:date>2023-10-23T12:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get NSO daemon status</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4947866#M8163</link>
      <description>Hi, Cohult:&lt;BR /&gt;&lt;BR /&gt;You are correct. I am confirmed that this is Proxy issue. Thank you so much for pointing out.&lt;BR /&gt;&lt;BR /&gt;THX&lt;BR /&gt;sm000x&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Oct 2023 14:07:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4947866#M8163</guid>
      <dc:creator>sm000x</dc:creator>
      <dc:date>2023-10-25T14:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get NSO daemon status</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4947868#M8164</link>
      <description>&lt;P&gt;Hi, Jesus:&lt;/P&gt;&lt;P&gt;I am confirmed this issue is Proxy issue. But the tool surely is a useful tool.&lt;/P&gt;&lt;P&gt;Thank you so much for providing such a wonderful tool.&lt;/P&gt;&lt;P&gt;THX&lt;/P&gt;&lt;P&gt;sm000x&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 14:10:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/get-nso-daemon-status/m-p/4947868#M8164</guid>
      <dc:creator>sm000x</dc:creator>
      <dc:date>2023-10-25T14:10:24Z</dc:date>
    </item>
  </channel>
</rss>

