<?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>rishabh19sachan Tracker</title>
    <link>https://communities.vmware.com/wbsdv95928/tracker</link>
    <description>rishabh19sachan Tracker</description>
    <pubDate>Fri, 17 Nov 2023 23:21:34 GMT</pubDate>
    <dc:date>2023-11-17T23:21:34Z</dc:date>
    <item>
      <title>How to update the vRA 8 onboarded VM IP address</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/How-to-update-the-vRA-8-onboarded-VM-IP-address/m-p/2982131#M26401</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I'm currently engaged in addressing a specific scenario where I'm encountering difficulties in updating the IP address for a virtual machine that has been onboarded onto vRA 8.10. This particular virtual machine is equipped with three networks, all of which dont have IP addresses.&lt;/P&gt;&lt;P&gt;I've retrieve the IP addresses from Infoblox through vRO. In previous versions like vRO 7, we had the option to utilize custom properties such as (Virtualmachine.Network.0.Address).&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rishabh19sachan_0-1691999637798.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/103017i3BA9D4EC7B13DFCE/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="rishabh19sachan_0-1691999637798.png" alt="rishabh19sachan_0-1691999637798.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 07:57:32 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/How-to-update-the-vRA-8-onboarded-VM-IP-address/m-p/2982131#M26401</guid>
      <dc:creator>rishabh19sachan</dc:creator>
      <dc:date>2023-08-14T07:57:32Z</dc:date>
    </item>
    <item>
      <title>Code for Create Transient Host vRO</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/Code-for-Create-Transient-Host-vRO/m-p/2978773#M26367</link>
      <description>&lt;P&gt;// Create createTransientHost Request&lt;/P&gt;&lt;P&gt;var restHost = RESTHostManager.createHost("dynamicRequest");&lt;/P&gt;&lt;P&gt;httpRestHost = RESTHostManager.createTransientHostFrom(restHost);&lt;/P&gt;&lt;P&gt;httpRestHost.operationTimeout = 60;&lt;/P&gt;&lt;P&gt;httpRestHost.connectionTimeout = 30;&lt;/P&gt;&lt;P&gt;httpRestHost.hostVerification = false;&lt;/P&gt;&lt;P&gt;httpRestHost.url = requestHostUrl;&lt;/P&gt;&lt;P&gt;var request = httpRestHost.createRequest(requestMethod, requestTemplateUrl, requestBody);&lt;/P&gt;&lt;P&gt;// Basic authentication:&lt;/P&gt;&lt;P&gt;var authParams = ['Shared Session', username, password];&lt;/P&gt;&lt;P&gt;var authenticationObject = RESTAuthenticationManager.createAuthentication('Basic', authParams);&lt;/P&gt;&lt;P&gt;httpRestHost.authentication = authenticationObject;&lt;/P&gt;&lt;P&gt;// Set Content Type&lt;/P&gt;&lt;P&gt;request.contentType = requestContentType;&lt;/P&gt;&lt;P&gt;if (closeConnection == true){&lt;/P&gt;&lt;P&gt;request.setHeader("Connection", "Close")&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;// Execute REST Request&lt;/P&gt;&lt;P&gt;System.log("REST Request: " + requestMethod + " " + request.fullUrl);&lt;/P&gt;&lt;P&gt;var response = request.execute();&lt;/P&gt;&lt;P&gt;// Output&lt;/P&gt;&lt;P&gt;statusCodeAttribute = response.statusCode;&lt;/P&gt;&lt;P&gt;System.log("REST Response Status Code: " + statusCodeAttribute);&lt;/P&gt;&lt;P&gt;responseAsString = response.contentAsString;&lt;/P&gt;&lt;P&gt;if(logResponseOutput == true){&lt;/P&gt;&lt;P&gt;System.log("REST Response Content: " + responseAsString);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 10:05:41 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/Code-for-Create-Transient-Host-vRO/m-p/2978773#M26367</guid>
      <dc:creator>rishabh19sachan</dc:creator>
      <dc:date>2023-07-24T10:05:41Z</dc:date>
    </item>
    <item>
      <title>VRA 8 change deployment's createdBy field value</title>
      <link>https://communities.vmware.com/t5/VMware-code-Discussions/VRA-8-change-deployment-s-createdBy-field-value/m-p/2970663#M2276</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to change deployment field createdBy (Owner is different). I tried PATCH api call but no luck.&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2023 04:57:59 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-code-Discussions/VRA-8-change-deployment-s-createdBy-field-value/m-p/2970663#M2276</guid>
      <dc:creator>rishabh19sachan</dc:creator>
      <dc:date>2023-05-29T04:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: vRA 8.x disable vCenter Customization Spec</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/vRA-8-x-disable-vCenter-Customization-Spec/m-p/2959482#M24984</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Thank you for the suggestion. Actually, the solution of "customizeGuestOs: false" is working, but vRealize Automation (vRA) is taking longer than usual to complete the deployment. Are any of you aware of a solution to reduce the build time?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Mar 2023 11:40:12 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/vRA-8-x-disable-vCenter-Customization-Spec/m-p/2959482#M24984</guid>
      <dc:creator>rishabh19sachan</dc:creator>
      <dc:date>2023-03-16T11:40:12Z</dc:date>
    </item>
    <item>
      <title>Any one used the NSX as a dymanic type</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Any-one-used-the-NSX-as-a-dymanic-type/m-p/1836201#M13494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As NSX T plugin is not available so I am using API to create resources but managing from vRA is bit difficult any one used Dynamic type for NSX T?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2020 09:11:59 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Any-one-used-the-NSX-as-a-dymanic-type/m-p/1836201#M13494</guid>
      <dc:creator>rishabh19sachan</dc:creator>
      <dc:date>2020-04-18T09:11:59Z</dc:date>
    </item>
    <item>
      <title>Can we lock the configuration element?</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation/Can-we-lock-the-configuration-element/m-p/1386259#M11166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we lock the configuration element?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 18:34:24 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation/Can-we-lock-the-configuration-element/m-p/1386259#M11166</guid>
      <dc:creator>rishabh19sachan</dc:creator>
      <dc:date>2018-09-07T18:34:24Z</dc:date>
    </item>
  </channel>
</rss>

