<?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 How do I check the commit lock status using the XML API ? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-check-the-commit-lock-status-using-the-xml-api/m-p/65551#M39122</link>
    <description>&lt;P&gt;I am looking for help with how I can use the XML API to check a firewall commit status prior to invoking changes.&lt;/P&gt;&lt;P&gt;My script (using wget) needs to determine if a commit lock is already outstanding prior to making changes.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Oct 2015 17:39:19 GMT</pubDate>
    <dc:creator>Robert-Wilmes</dc:creator>
    <dc:date>2015-10-06T17:39:19Z</dc:date>
    <item>
      <title>How do I check the commit lock status using the XML API ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-check-the-commit-lock-status-using-the-xml-api/m-p/65551#M39122</link>
      <description>&lt;P&gt;I am looking for help with how I can use the XML API to check a firewall commit status prior to invoking changes.&lt;/P&gt;&lt;P&gt;My script (using wget) needs to determine if a commit lock is already outstanding prior to making changes.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 17:39:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-check-the-commit-lock-status-using-the-xml-api/m-p/65551#M39122</guid>
      <dc:creator>Robert-Wilmes</dc:creator>
      <dc:date>2015-10-06T17:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check the commit lock status using the XML API ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-check-the-commit-lock-status-using-the-xml-api/m-p/65554#M39125</link>
      <description>&lt;P&gt;type=op&amp;amp;cmd=&amp;lt;show&amp;gt;&amp;lt;commit-locks&amp;gt;&amp;lt;%2Fcommit-locks&amp;gt;&amp;lt;%2Fshow&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 18:29:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-check-the-commit-lock-status-using-the-xml-api/m-p/65554#M39125</guid>
      <dc:creator>cpainchaud</dc:creator>
      <dc:date>2015-10-06T18:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check the commit lock status using the XML API ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-check-the-commit-lock-status-using-the-xml-api/m-p/65555#M39126</link>
      <description>&lt;P&gt;if you wan to check commit in progress:&lt;BR /&gt;type=op&amp;amp;cmd=&amp;lt;show&amp;gt;&amp;lt;jobs&amp;gt;&amp;lt;all&amp;gt;&amp;lt;/all&amp;gt;&amp;lt;/jobs&amp;gt;&amp;lt;/show&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 18:35:30 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-check-the-commit-lock-status-using-the-xml-api/m-p/65555#M39126</guid>
      <dc:creator>cpainchaud</dc:creator>
      <dc:date>2015-10-06T18:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check the commit lock status using the XML API ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-check-the-commit-lock-status-using-the-xml-api/m-p/65558#M39128</link>
      <description>&lt;P&gt;Wow -thanks for the help cpainchaud!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got a huge reply - when I grepped "commit" the only element I see is &amp;lt;auto-acquire-commit-lock&amp;gt;no ...&lt;/P&gt;&lt;P&gt;I think that is the radio button on the web broswer window, but I am not sure that this is the xml element&lt;/P&gt;&lt;P&gt;I should be looking at.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know what the name of the element is I should be looking for ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 20:16:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-check-the-commit-lock-status-using-the-xml-api/m-p/65558#M39128</guid>
      <dc:creator>Robert-Wilmes</dc:creator>
      <dc:date>2015-10-06T20:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check the commit lock status using the XML API ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-check-the-commit-lock-status-using-the-xml-api/m-p/65559#M39129</link>
      <description>&lt;P&gt;it's an XML-API reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a bash script is not ideal for what you are looking for. You should do python/php/perl script instead so you can parse XML replies propery and fairly easily&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 20:26:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-check-the-commit-lock-status-using-the-xml-api/m-p/65559#M39129</guid>
      <dc:creator>cpainchaud</dc:creator>
      <dc:date>2015-10-06T20:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check the commit lock status using the XML API ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-check-the-commit-lock-status-using-the-xml-api/m-p/65567#M39133</link>
      <description>&lt;P&gt;I am going to use a Perl script - I am just using wget/bash to find out how the command works&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know the name of the XML element which designates that commit lock status ?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 00:03:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-check-the-commit-lock-status-using-the-xml-api/m-p/65567#M39133</guid>
      <dc:creator>Robert-Wilmes</dc:creator>
      <dc:date>2015-10-07T00:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I check the commit lock status using the XML API ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-check-the-commit-lock-status-using-the-xml-api/m-p/65574#M39138</link>
      <description>&lt;P&gt;look at the HTTP answer, it's not just one element, it can be several ones.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 08:38:14 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-do-i-check-the-commit-lock-status-using-the-xml-api/m-p/65574#M39138</guid>
      <dc:creator>cpainchaud</dc:creator>
      <dc:date>2015-10-07T08:38:14Z</dc:date>
    </item>
  </channel>
</rss>

