<?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: Pre go-live Health checks for auto deployed VMs in AWS in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/pre-go-live-health-checks-for-auto-deployed-vms-in-aws/m-p/563525#M114113</link>
    <description>&lt;P&gt;Thanks BPry,&lt;/P&gt;
&lt;P&gt;I did the API keygen on our panorama and was able to run some api calls against the panorama which is good..Issue might be for VMs being auto spun up as we need to do a api keygen for each and every new VM&amp;nbsp; before we can run api calls. so prob will need to run an api call for 'show devices connected' info against panorama, extract IP of new VM devices, then&amp;nbsp; run an api keygen against these new IPs, extract&amp;nbsp; the api key, use that then to do the basic checks against the vm.. bit of a process &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;unless i am missing something?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;rgds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Oct 2023 13:52:24 GMT</pubDate>
    <dc:creator>PA_nts</dc:creator>
    <dc:date>2023-10-30T13:52:24Z</dc:date>
    <item>
      <title>Pre go-live Health checks for auto deployed VMs in AWS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pre-go-live-health-checks-for-auto-deployed-vms-in-aws/m-p/563380#M114092</link>
      <description>&lt;P&gt;Not sure how to post in the automation section anymore as it now has been moved to read only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyways.. need some insight please.&lt;/P&gt;
&lt;P&gt;so we recently did a POC to use Terrarorm to autoscale / deploy VMs in AWS cloud. all good and working.&lt;/P&gt;
&lt;P&gt;However we need to do a use case for health checks to verify a VM is setup correctly before it goes into production.&lt;/P&gt;
&lt;P&gt;question.. can this be done and if so.. what are the processes to use?&lt;/P&gt;
&lt;P&gt;in short, when a VM is trigger to deploy, it will auto deploy the VM, auto register to Panorama, pull down config and policies defined in the panorama template stack incl IP addressing(dhcp) routing etc etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what we are trying to achieve is to do a basic health check on the VM once deployed to verify that the routing table is in place, the Interfaces are UP and has IPs assigned, VM license in place, registered to Panorama, essentially that the VM will work before go live..&lt;/P&gt;
&lt;P&gt;this should then be an indicator whether the VM can be placed into production or not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this achievable and if so.. any ideas what tools etc.. perhaps API integration or scripts that will initiate out of Terraform to do these?&lt;/P&gt;
&lt;P&gt;unless there is a plugin or similar in Panorama that can be utilized perhaps?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks in adv&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 14:11:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pre-go-live-health-checks-for-auto-deployed-vms-in-aws/m-p/563380#M114092</guid>
      <dc:creator>PA_nts</dc:creator>
      <dc:date>2023-10-27T14:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pre go-live Health checks for auto deployed VMs in AWS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pre-go-live-health-checks-for-auto-deployed-vms-in-aws/m-p/563437#M114099</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/306035"&gt;@PA_nts&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Assuming that you won't have a test node behind the VM to actually test everything with prior to it being validated, you can utilize the API to validate preset test criteria to ensure that routing is in place and that basic connectivity through your rulebase and any required NAT will properly match traffic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://&amp;lt;Firewall&amp;gt;/php/rest/browse.php/op::test" target="_blank"&gt;https://&amp;lt;Firewall&amp;gt;/php/rest/browse.php/op::test&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Oct 2023 04:38:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pre-go-live-health-checks-for-auto-deployed-vms-in-aws/m-p/563437#M114099</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2023-10-28T04:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pre go-live Health checks for auto deployed VMs in AWS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/pre-go-live-health-checks-for-auto-deployed-vms-in-aws/m-p/563525#M114113</link>
      <description>&lt;P&gt;Thanks BPry,&lt;/P&gt;
&lt;P&gt;I did the API keygen on our panorama and was able to run some api calls against the panorama which is good..Issue might be for VMs being auto spun up as we need to do a api keygen for each and every new VM&amp;nbsp; before we can run api calls. so prob will need to run an api call for 'show devices connected' info against panorama, extract IP of new VM devices, then&amp;nbsp; run an api keygen against these new IPs, extract&amp;nbsp; the api key, use that then to do the basic checks against the vm.. bit of a process &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;unless i am missing something?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;rgds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 13:52:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/pre-go-live-health-checks-for-auto-deployed-vms-in-aws/m-p/563525#M114113</guid>
      <dc:creator>PA_nts</dc:creator>
      <dc:date>2023-10-30T13:52:24Z</dc:date>
    </item>
  </channel>
</rss>

