<?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 Retrieve Security Profiles - Vulnerability Protection via API in Automation/API Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-security-profiles-vulnerability-protection-via-api/m-p/3581#M82</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; We have one of our PA's set to utilize acustom vulnerability protection profile. I would like to retrieve the current configuration into XLS via the API. I am able to pull the Security rules without any issue but cannot find the correct XPpath for the Security Profiles.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;BR /&gt;What is the command\XPath to pull the Security Profiles - Vulnerability Protection - OurCustomProfile ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial; "&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://hostname/esp/restapi.esp?type=config&amp;amp;action=show&amp;amp;key=keyvalue&amp;amp;xpath=devices/entry/vsys/entry/???????/"&gt;https://hostname/esp/restapi.esp?type=config&amp;amp;action=show&amp;amp;key=keyvalue&amp;amp;xpath=devices/entry/vsys/entry/???????/&lt;/A&gt;???????????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;BR /&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2011 21:19:20 GMT</pubDate>
    <dc:creator>Chris_S</dc:creator>
    <dc:date>2011-05-12T21:19:20Z</dc:date>
    <item>
      <title>Retrieve Security Profiles - Vulnerability Protection via API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-security-profiles-vulnerability-protection-via-api/m-p/3581#M82</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; We have one of our PA's set to utilize acustom vulnerability protection profile. I would like to retrieve the current configuration into XLS via the API. I am able to pull the Security rules without any issue but cannot find the correct XPpath for the Security Profiles.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;BR /&gt;What is the command\XPath to pull the Security Profiles - Vulnerability Protection - OurCustomProfile ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial; "&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://hostname/esp/restapi.esp?type=config&amp;amp;action=show&amp;amp;key=keyvalue&amp;amp;xpath=devices/entry/vsys/entry/???????/"&gt;https://hostname/esp/restapi.esp?type=config&amp;amp;action=show&amp;amp;key=keyvalue&amp;amp;xpath=devices/entry/vsys/entry/???????/&lt;/A&gt;???????????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;BR /&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 21:19:20 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-security-profiles-vulnerability-protection-via-api/m-p/3581#M82</guid>
      <dc:creator>Chris_S</dc:creator>
      <dc:date>2011-05-12T21:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Security Profiles - Vulnerability Protection via API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-security-profiles-vulnerability-protection-via-api/m-p/3582#M83</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't look like that's an option.&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="1031" __jive_macro_name="document" class="jive_macro jive_macro_document default_title"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the security rulebase export I do get a column that says which profile is being applied to each rule.&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="1617" __jive_macro_name="document" class="jive_macro jive_macro_document default_title"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 14:41:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-security-profiles-vulnerability-protection-via-api/m-p/3582#M83</guid>
      <dc:creator>mharding</dc:creator>
      <dc:date>2011-05-13T14:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Security Profiles - Vulnerability Protection via API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-security-profiles-vulnerability-protection-via-api/m-p/3583#M84</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use xpath=devices/entry/vsys/entry[@name='vsys1']/profiles/vulnerability to get all the vulnerability profiles and &lt;/P&gt;&lt;P&gt;xpath=devices/entry/vsys/entry[@name='vsys1']/profiles/vulnerability/entry[@name='xyz'] to get a specific vulnerability profile by name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 01:20:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-security-profiles-vulnerability-protection-via-api/m-p/3583#M84</guid>
      <dc:creator>SRA</dc:creator>
      <dc:date>2011-05-17T01:20:50Z</dc:date>
    </item>
  </channel>
</rss>

