<?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: Retrieve Device List and VSys names using Pan Rest API in Automation/API Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/15239#M385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you ! That helped &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://live.paloaltonetworks.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2013 19:51:19 GMT</pubDate>
    <dc:creator>vp194m</dc:creator>
    <dc:date>2013-02-19T19:51:19Z</dc:date>
    <item>
      <title>Retrieve Device List and VSys names using Pan Rest API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/15237#M383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our Panorama is configured to talk to multiple devices. These devices have multiple "vsys" configured. I am trying to use the Pan REST API to get a list of devices and vsys names that are in the Panorama, so a customer can choose which device and vsys the config commands can be sent to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What API calls do I need to do to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 19:21:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/15237#M383</guid>
      <dc:creator>vp194m</dc:creator>
      <dc:date>2013-02-19T19:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Device List and VSys names using Pan Rest API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/15238#M384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;http(s)://your-panorama/api/?type=op&amp;amp;key=your-api-key&amp;amp;cmd=&amp;lt;show&amp;gt;&amp;lt;devices&amp;gt;&amp;lt;connected&amp;gt;&amp;lt;/connected&amp;gt;&amp;lt;/devices&amp;gt;&amp;lt;/show&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 19:43:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/15238#M384</guid>
      <dc:creator>SRA</dc:creator>
      <dc:date>2013-02-19T19:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Device List and VSys names using Pan Rest API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/15239#M385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you ! That helped &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://live.paloaltonetworks.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 19:51:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/15239#M385</guid>
      <dc:creator>vp194m</dc:creator>
      <dc:date>2013-02-19T19:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Device List and VSys names using Pan Rest API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/15240#M386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;another alternative may be to use 'get' with the xpath below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ panxapi -t panorama -gxr /config/devices/entry/device-group/entry/devices&lt;/P&gt;&lt;P&gt;get: success&lt;/P&gt;&lt;P&gt;&amp;lt;devices&amp;gt;&amp;lt;entry name="001606000471"/&amp;gt;&amp;lt;/devices&amp;gt;&amp;lt;devices&amp;gt;&amp;lt;entry name="0004C101452"&amp;gt;&amp;lt;vsys&amp;gt;&amp;lt;entry name="vsys2"/&amp;gt;&amp;lt;/vsys&amp;gt;&amp;lt;/entry&amp;gt;&amp;lt;/devices&amp;gt;&amp;lt;devices&amp;gt;&amp;lt;entry name="0004C101452"&amp;gt;&amp;lt;vsys&amp;gt;&amp;lt;entry name="vsys3"/&amp;gt;&amp;lt;/vsys&amp;gt;&amp;lt;/entry&amp;gt;&amp;lt;/devices&amp;gt;&amp;lt;devices/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 19:22:36 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/15240#M386</guid>
      <dc:creator>ksteves</dc:creator>
      <dc:date>2013-02-27T19:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Device List and VSys names using Pan Rest API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/176155#M1427</link>
      <description>&lt;P&gt;Similarly, how can you retrieve a list of vsys names on a single firewall using the API? I know you can pull the whole /config/devices/entry/vsys tree, but that takes forever and returns a lot of extra data. I'm currently looking at pulling&amp;nbsp;&lt;SPAN&gt;/config/devices/entry&lt;/SPAN&gt;/vsys/entry[@name='vsysX']/display-name starting with X=1 and incrementing until I get an error, but that seems really dumb. Ideally I'd use&amp;nbsp;&lt;SPAN&gt;/config/devices/entry&lt;/SPAN&gt;&lt;SPAN&gt;/vsys/*/display-name but it looks like the "xpath" expressions in the API don't support wildcards.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 16:57:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/176155#M1427</guid>
      <dc:creator>ekenda2</dc:creator>
      <dc:date>2017-09-12T16:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Device List and VSys names using Pan Rest API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/176163#M1428</link>
      <description>&lt;P&gt;Have you tried using the XPath contains() method with wildcard? As the API is using XPath 1.0, it seems you'd probably want to use this if you didn't want to iterate through a range of numbers as you had described.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 17:16:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/176163#M1428</guid>
      <dc:creator>nigelswift</dc:creator>
      <dc:date>2017-09-12T17:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Device List and VSys names using Pan Rest API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/176165#M1429</link>
      <description>&lt;P&gt;I had not, but I just did. Unfortunately, a request for /config/devices/entry[@name='localhost.localdomain']/vsys/entry[contains(@name,'vsys')]/display-name returns "No such node".&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 17:28:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/176165#M1429</guid>
      <dc:creator>ekenda2</dc:creator>
      <dc:date>2017-09-12T17:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Device List and VSys names using Pan Rest API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/176398#M1434</link>
      <description>&lt;P&gt;Regarding the vsys question where you want to get the vsys id and display-name for all vsys without pulling the entire vsys configuration, there are a few ways to do this, some better than others. &amp;nbsp;Here are your options:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Option 1. Use OR or wildcard in xpath:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example of or:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;`/config/devices/entry[@name='localhost.localdomain']/vsys/entry[@name='vsys1' or @name='vsys2' or @name='vsys3']/display-name`&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example of wildcard:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;`/config/devices/entry[@name='localhost.localdomain']/vsys/entry[contains(@name, 'vsys')]/display-name`&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These are both tested working, but the problem is you can't tell which vsys id corresponds to which vsys. &amp;nbsp;So if one vsys doesn't have a name, then the results can't be mapped to the right vsys. &amp;nbsp;I don't suggest using this method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Option 2: Use action=complete&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you change the action parameter from 'get' to 'complete' you will get the vsys id and the vsys display-name in one line:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;response status="success" code="19"&amp;gt;
  &amp;lt;completions&amp;gt;
    &amp;lt;completion value="vsys3" vxpath="/config/devices/entry[@name='localhost.localdomain']/vsys/entry[@name='vsys3']" current="yes" help-string="My-name" /&amp;gt;
    &amp;lt;completion value="vsys1" vxpath="/config/devices/entry[@name='localhost.localdomain']/vsys/entry[@name='vsys1']" current="yes" /&amp;gt;
    &amp;lt;completion value="vsys2" vxpath="/config/devices/entry[@name='localhost.localdomain']/vsys/entry[@name='vsys2']" current="yes" help-string="Another-name" /&amp;gt;
  &amp;lt;/completions&amp;gt;
&amp;lt;/response&amp;gt;&lt;/PRE&gt;
&lt;P&gt;This works if all you need is 'display-name'. &amp;nbsp;But if you need other Vsys attributes like 'import's then this won't help you. &amp;nbsp;Also, although there are no plans for the behavior of action=complete to change, it is an undocumeted and relatively unofficial action, so it is possible for the behavior to change without notice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Option 3: &amp;nbsp;Use @name xpath followed by pulling attributes of the vsys individually&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the most effective and well supported, but not necessarily the most efficient. &amp;nbsp;Start by pulling all the vsys IDs with this XPath:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;`/config/devices/entry[@name='localhost.localdomain']/vsys/entry/@name`&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;responseresponse status="success" code="19"&amp;gt;
  &amp;lt;result total-count="3" count="3"&amp;gt;
    &amp;lt;entry name="vsys1" /&amp;gt;
    &amp;lt;entry name="vsys2" /&amp;gt;
    &amp;lt;entry name="vsys3" /&amp;gt;
  &amp;lt;/result&amp;gt;
&amp;lt;/response&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Then, for each vsys ID, get the atribute&amp;nbsp;of the Vsys that you want such as display-name using this Xpath:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;`/config/devices/entry[@name='localhost.localdomain']/vsys/entry[@name='vsys1']/display-name`&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Call that xpath once for each vsys you got from the list of vsys to get each vsys display-name. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Option 4: Use the Device Framework&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://live.paloaltonetworks.com/deviceframework" target="_self"&gt;Device Framework&lt;/A&gt; is an object model for the firewall in a python library. &amp;nbsp;You can use this to easily pull all vsys attributes in a similar way to Option 3, but without having to use xpaths and xml. &amp;nbsp;Here's an example of how you would do this in python using the Device Framework:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;### This section pulls the names of the vsys first, then for each vsys
### it pulls all the attributes including display-name, interfaces,
### virtual-routers, settings, etc.
&amp;gt;&amp;gt;&amp;gt; fw = firewall.Firewall('10.0.1.1', 'admin', 'password')
&amp;gt;&amp;gt;&amp;gt; all_vsys = device.Vsys.refreshall(fw, name_only=True)
&amp;gt;&amp;gt;&amp;gt; for vsys in all_vsys:
&amp;gt;&amp;gt;&amp;gt;    vsys.refresh(refresh_children=False)

&amp;gt;&amp;gt;&amp;gt; all_vsys[1]
&amp;lt;Vsys vsys2 0x10f3b9790&amp;gt;

### Here you can see all the attributes of vsys2
&amp;gt;&amp;gt;&amp;gt; all_vsys[1].about()
{'decrypt_forwarding': None,
 'display_name': 'My-name',
 'dns_proxy': None,
 'interface': ['ethernet1/7',
  'ethernet1/12.1234',
  'ethernet1/12.1800',
  'ethernet1/19',
  'ethernet1/19.2'],
 'name': 'vsys2',
 'virtual_routers': ['vsys2_vr'],
 'virtual_wires': None,
 'visible_vsys': None,
 'vlans': ['myvlan44']}
&lt;/PRE&gt;
&lt;P&gt;If there are N vsys, this method results in N+1 API calls, and is efficient because it gets&amp;nbsp;all attributes of the Vsys without&amp;nbsp;getting all the XML for the objects in the Vsys.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Another answer to original question on Panorama&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding the original question about how to get all the vsys and names from Panorama, you could also do this with the Device Framework. &amp;nbsp;Here is an example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;gt;&amp;gt;&amp;gt; pano = panorama.Panorama('10.0.0.2', 'admin', 'password')
&amp;gt;&amp;gt;&amp;gt; all_vsys = pano.refresh_devices(include_device_groups=False)

&amp;gt;&amp;gt;&amp;gt; all_vsys
[&amp;lt;Firewall '017200005065' 'vsys1' at 0x10f598710&amp;gt;,
 &amp;lt;Firewall '011101028983' 'vsys1' at 0x10f598c50&amp;gt;,
 &amp;lt;Firewall '011101428983' 'vsys2' at 0x10f5a01d0&amp;gt;,
 &amp;lt;Firewall '011101228983' 'vsys3' at 0x10f5a0710&amp;gt;,
 &amp;lt;Firewall '017100101301' 'vsys1' at 0x10f5a0c50&amp;gt;,
 &amp;lt;Firewall '017200801165' 'vsys1' at 0x10f5a0390&amp;gt;,
 &amp;lt;Firewall '011801328993' 'vsys1' at 0x10f5aa410&amp;gt;,
 &amp;lt;Firewall '017200301300' 'vsys1' at 0x10f5aa950&amp;gt;,
 &amp;lt;Firewall '017230601305' 'vsys1' at 0x10f5aae90&amp;gt;,
 &amp;lt;Firewall '017230001426' 'vsys1' at 0x10f666410&amp;gt;,
 &amp;lt;Firewall '011805028948' 'vsys1' at 0x10f666950&amp;gt;,
 &amp;lt;Firewall '011706005540' 'vsys1' at 0x10f666e90&amp;gt;,
 &amp;lt;Firewall '011707005540' 'vsys3' at 0x10f671410&amp;gt;,
 &amp;lt;Firewall '011708005540' 'vsys2' at 0x10f671950&amp;gt;,
 &amp;lt;Firewall '017201002065' 'vsys1' at 0x10f5aab10&amp;gt;,
 &amp;lt;Firewall '011702005529' 'vsys1' at 0x10f671fd0&amp;gt;,
 &amp;lt;Firewall '011701005729' 'vsys2' at 0x10f679550&amp;gt;,
 &amp;lt;Firewall '011701005629' 'vsys3' at 0x10f679a90&amp;gt;,
 &amp;lt;Firewall '017200005164' 'vsys1' at 0x10f679fd0&amp;gt;]
 &lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; all_vsys[0].serial&lt;BR /&gt;'017200005065'&lt;BR /&gt;
&amp;gt;&amp;gt;&amp;gt; all_vsys[0].vsys
'vsys1'

&amp;gt;&amp;gt;&amp;gt; all_vsys[0].vsys_name
'My-vsys-name'
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 18:13:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/176398#M1434</guid>
      <dc:creator>btorresgil</dc:creator>
      <dc:date>2017-09-13T18:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Device List and VSys names using Pan Rest API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/176408#M1435</link>
      <description>&lt;P&gt;Thanks! I'm now able to get things working using a wildcard match. Your suggestion of using action=complete doesn't work for me, though - when I use it, I get back an empty document like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;response&lt;SPAN class="html-attribute"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="html-attribute-name"&gt;status&lt;/SPAN&gt;="&lt;SPAN class="html-attribute-value"&gt;success&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="html-attribute"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="html-attribute-name"&gt;code&lt;/SPAN&gt;="&lt;SPAN class="html-attribute-value"&gt;19&lt;/SPAN&gt;"&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="collapsible-content"&gt;&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;completions/&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="line"&gt;&lt;SPAN class="html-tag"&gt;&amp;lt;/response&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Sep 2017 20:15:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/176408#M1435</guid>
      <dc:creator>ekenda2</dc:creator>
      <dc:date>2017-09-13T20:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Device List and VSys names using Pan Rest API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/176410#M1436</link>
      <description>&lt;P&gt;Great, glad my suggestions were helpful!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For action=complete, make sure you're using this xpath:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;`/config/devices/entry[@name='localhost.localdomain']/vsys`&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 20:19:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/176410#M1436</guid>
      <dc:creator>btorresgil</dc:creator>
      <dc:date>2017-09-13T20:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Device List and VSys names using Pan Rest API</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/176588#M1437</link>
      <description>&lt;P&gt;Great, that's just what I need. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 17:12:42 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/retrieve-device-list-and-vsys-names-using-pan-rest-api/m-p/176588#M1437</guid>
      <dc:creator>ekenda2</dc:creator>
      <dc:date>2017-09-14T17:12:42Z</dc:date>
    </item>
  </channel>
</rss>

