<?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 Getting Network Details Using from an Instance Using Task in HPE Morpheus Enterprise Software</title>
    <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/getting-network-details-using-from-an-instance-using-task/m-p/7249735#M2909</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I’m trying use a variable within an automation task using shell scrip &amp;lt;%=server.interfaces.network%&amp;gt; to get network information such as netmask, CIDR etc when I echo this variable, it returns some information and the rest are null.&lt;/P&gt;
&lt;P&gt;I thought this was because I was my vCenter cloud, however I tested it in Azure and AWS too and received same result, and thinking if this null result was the result of using DHCP network ? or do  have to define a static network information within Morpheus to return the null values or am I using the wrong variable? Any insight would be help.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/150336iE13640EF64365C28/image-size/large?v=v2&amp;amp;px=2000" role="button" title="f973719f63ab715209926cf096d7c196a967b5d8.png" alt="f973719f63ab715209926cf096d7c196a967b5d8.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Mar 2023 15:46:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2023-03-23T15:46:55Z</dc:date>
    <item>
      <title>Getting Network Details Using from an Instance Using Task</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/getting-network-details-using-from-an-instance-using-task/m-p/7249735#M2909</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I’m trying use a variable within an automation task using shell scrip &amp;lt;%=server.interfaces.network%&amp;gt; to get network information such as netmask, CIDR etc when I echo this variable, it returns some information and the rest are null.&lt;/P&gt;
&lt;P&gt;I thought this was because I was my vCenter cloud, however I tested it in Azure and AWS too and received same result, and thinking if this null result was the result of using DHCP network ? or do  have to define a static network information within Morpheus to return the null values or am I using the wrong variable? Any insight would be help.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/150336iE13640EF64365C28/image-size/large?v=v2&amp;amp;px=2000" role="button" title="f973719f63ab715209926cf096d7c196a967b5d8.png" alt="f973719f63ab715209926cf096d7c196a967b5d8.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 15:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/getting-network-details-using-from-an-instance-using-task/m-p/7249735#M2909</guid>
      <dc:creator />
      <dc:date>2023-03-23T15:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Network Details Using from an Instance Using Task</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/getting-network-details-using-from-an-instance-using-task/m-p/7249736#M2910</link>
      <description>&lt;P&gt;Thanks for your response, I’ll test this out.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 20:18:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/getting-network-details-using-from-an-instance-using-task/m-p/7249736#M2910</guid>
      <dc:creator />
      <dc:date>2023-03-23T20:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Network Details Using from an Instance Using Task</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/getting-network-details-using-from-an-instance-using-task/m-p/7249737#M2911</link>
      <description>&lt;P&gt;I believe that variable is for information regarding the Morpheus network.  For DHCP clients, we return the IP, but that’s about it, based on my limited testing.&lt;/P&gt;
&lt;P&gt;You can execute &lt;CODE style="background : #f0f1f2;"&gt;ip -j a&lt;/CODE&gt; on the instance and use a result type of &lt;CODE style="background : #f0f1f2;"&gt;JSON&lt;/CODE&gt; to pass the result to the next task in a workflow.  At that point, you can address any of the runtime network information:&lt;BR /&gt;
&lt;/P&gt;&lt;DIV class="lightbox-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/150445iD69F23177AEEB81B/image-size/large?v=v2&amp;amp;px=2000" role="button" title="0e616d3223741b1c2429bbc9cc3c2b02ef2516f6.png" alt="0e616d3223741b1c2429bbc9cc3c2b02ef2516f6.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 16:38:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-enterprise-software/getting-network-details-using-from-an-instance-using-task/m-p/7249737#M2911</guid>
      <dc:creator />
      <dc:date>2023-03-23T16:38:17Z</dc:date>
    </item>
  </channel>
</rss>

