<?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: request sc3 reset API in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/request-sc3-reset-api/m-p/597447#M118826</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/332460"&gt;@JasonRakersKSS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you had any luck with debug cli on?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Sep 2024 00:35:03 GMT</pubDate>
    <dc:creator>JayGolf</dc:creator>
    <dc:date>2024-09-11T00:35:03Z</dc:date>
    <item>
      <title>request sc3 reset API</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/request-sc3-reset-api/m-p/597407#M118818</link>
      <description>&lt;P&gt;Does anyone have the XML API syntax for the "request sc3 reset" commands on the local firewall.&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="1"&gt;
&lt;LI&gt;&lt;SPAN&gt;request sc3 reset&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;debug software restart process management-server&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If not I guess i will gather it with the debug cli on.&amp;nbsp; But was hoping someone could save me a step &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 14:02:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/request-sc3-reset-api/m-p/597407#M118818</guid>
      <dc:creator>JasonRakersKSS</dc:creator>
      <dc:date>2024-09-10T14:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: request sc3 reset API</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/request-sc3-reset-api/m-p/597447#M118826</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/332460"&gt;@JasonRakersKSS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you had any luck with debug cli on?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 00:35:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/request-sc3-reset-api/m-p/597447#M118826</guid>
      <dc:creator>JayGolf</dc:creator>
      <dc:date>2024-09-11T00:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: request sc3 reset API</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/request-sc3-reset-api/m-p/597454#M118827</link>
      <description>&lt;P&gt;At first, this doc is helpful.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/pan-os/11-1/pan-os-panorama-api/get-started-with-the-pan-os-xml-api/explore-the-api/use-the-cli-to-find-xml-api-syntax" target="_blank"&gt;https://docs.paloaltonetworks.com/pan-os/11-1/pan-os-panorama-api/get-started-with-the-pan-os-xml-api/explore-the-api/use-the-cli-to-find-xml-api-syntax&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my test result&lt;/P&gt;
&lt;P&gt;1) Check API syntax&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;admin@PA-5410&amp;gt; debug cli on
admin@PA-5410&amp;gt; request sc3 reset
(container-tag: sc3 container-tag: reset pop-tag: pop-tag:)
((eol-matched: . #t) (confirmation-message: . WARNING: executing this command will reset SC3 state on this device. You will need to re-onboard the system (using an authkey). Do you want to continue?) (context-inserted-at-end-p: . #f))
WARNING: executing this command will reset SC3 state on this device. You will need to re-onboard the system (using an authkey). Do you want to continue? (y or n)


&amp;lt;request cmd="op" cookie="8284738022950153" uid="1001"&amp;gt;&amp;lt;operations&amp;gt;&amp;lt;request&amp;gt;&amp;lt;sc3&amp;gt;&amp;lt;reset/&amp;gt;&amp;lt;/sc3&amp;gt;&amp;lt;/request&amp;gt;&amp;lt;/operations&amp;gt;&amp;lt;/request&amp;gt;


2024-09-11 09:56:19
&amp;lt;response status="success"&amp;gt;&amp;lt;msg&amp;gt;SC3 has been reset!
You need to restart mgmtsrvr to reinit SC3.&amp;lt;/msg&amp;gt;&amp;lt;/response&amp;gt;

SC3 has been reset!
You need to restart mgmtsrvr to reinit SC3.

admin@PA-5410&amp;gt;


admin@PA-5410&amp;gt; debug software restart process management-server
(container-tag: sdebuoftware container-tag: restart leaf-tag: process value: management-server pop-tag: pop-tag:)
((eol-matched: . #t) (context-inserted-at-end-p: . #f))


&amp;lt;request cmd="op" cookie="1502434451239817" uid="1001"&amp;gt;&amp;lt;operations&amp;gt;&amp;lt;debug&amp;gt;&amp;lt;software&amp;gt;&amp;lt;restart&amp;gt;&amp;lt;process&amp;gt;management-server&amp;lt;/process&amp;gt;&amp;lt;/restart&amp;gt;&amp;lt;/software&amp;gt;&amp;lt;/debug&amp;gt;&amp;lt;/operations&amp;gt;&amp;lt;/request&amp;gt;


2024-09-11 09:53:22
#f

admin@PA-5410&amp;gt; &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Check same command by curl. Looks this worked on my platform (PA-5410 v11.1.4)&lt;/P&gt;
&lt;P&gt;curl --insecure -X POST "https://&amp;lt;my firewall IP&amp;gt;/api/?type=op&amp;amp;cmd=&amp;lt;request&amp;gt;&amp;lt;sc3&amp;gt;&amp;lt;reset/&amp;gt;&amp;lt;/sc3&amp;gt;&amp;lt;/request&amp;gt;&amp;amp;key=&amp;lt;my api key&amp;gt;"&lt;/P&gt;
&lt;P&gt;curl --insecure -X POST "https://&amp;lt;my firewall IP&amp;gt;/api/?type=op&amp;amp;cmd=&amp;lt;debug&amp;gt;&amp;lt;software&amp;gt;&amp;lt;restart&amp;gt;&amp;lt;process&amp;gt;management-server&amp;lt;/process&amp;gt;&amp;lt;/restart&amp;gt;&amp;lt;/software&amp;gt;&amp;lt;/debug&amp;gt;&amp;amp;key=&amp;lt;my api key&amp;gt;"&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 01:21:20 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/request-sc3-reset-api/m-p/597454#M118827</guid>
      <dc:creator>emr_1</dc:creator>
      <dc:date>2024-09-11T01:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: request sc3 reset API</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/request-sc3-reset-api/m-p/597537#M118846</link>
      <description>&lt;P&gt;thank you!&amp;nbsp; My hero.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 12:04:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/request-sc3-reset-api/m-p/597537#M118846</guid>
      <dc:creator>JasonRakersKSS</dc:creator>
      <dc:date>2024-09-11T12:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: request sc3 reset API</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/request-sc3-reset-api/m-p/599758#M119241</link>
      <description>&lt;P&gt;Thank you so much for the help.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 04:59:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/request-sc3-reset-api/m-p/599758#M119241</guid>
      <dc:creator>IslaBaxter</dc:creator>
      <dc:date>2024-10-08T04:59:27Z</dc:date>
    </item>
  </channel>
</rss>

