<?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: Cloud Account trigger Data Collection in VMware Aria Automation Tools Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Cloud-Account-trigger-Data-Collection/m-p/2940312#M24791</link>
    <description>&lt;P&gt;The only way I found so far is a workaround.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I query the resource I want and wait till it's there.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;run=true;
do {
  System.sleep(60000) //wait a minute
  jsonObj=vraOperation("GET","/iaas/api/fabric-computes/$filter=name%20eq%20'"+hostShort+"*'",null,false);
  if (jsonObj.content.length&amp;gt;0){
    if (jsonObj.content[0].type == "Host"){
       run=false;
    }
  }
} while (run);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Nov 2022 16:16:44 GMT</pubDate>
    <dc:creator>Windspirit</dc:creator>
    <dc:date>2022-11-23T16:16:44Z</dc:date>
    <item>
      <title>Cloud Account trigger Data Collection</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Cloud-Account-trigger-Data-Collection/m-p/2909749#M24327</link>
      <description>&lt;P&gt;Is there any way to trigger a Data Collection of a Cloud Account via API call?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bdamian_0-1652883941541.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/95369i91494746FF581ED6/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="bdamian_0-1652883941541.png" alt="bdamian_0-1652883941541.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm orchestrating the creation of projects with their own new NSX-T segments. I need the data collection in order to create the IPAM ranges in vRA.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 14:28:10 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Cloud-Account-trigger-Data-Collection/m-p/2909749#M24327</guid>
      <dc:creator>bdamian</dc:creator>
      <dc:date>2022-05-18T14:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Account trigger Data Collection</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Cloud-Account-trigger-Data-Collection/m-p/2909893#M24330</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I did that for a vRA 8.6.2 solution. I built a vRO Workflow as follows:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Get Cloud Account IDs&lt;UL&gt;&lt;LI&gt;run &lt;FONT face="courier new,courier"&gt;Get operation&lt;/FONT&gt; Workflow from &lt;FONT face="courier new,courier"&gt;/Library/vRealize Automation 8.x and Cloud Services/Sample Rest Operations&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;pathUri: &lt;FONT face="courier new,courier"&gt;/iaas/api/cloud-accounts-vsphere&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Extract the needed Cloud Account ID&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;run &lt;FONT face="courier new,courier"&gt;Post operation&lt;/FONT&gt; Workflow from &lt;FONT face="courier new,courier"&gt;/Library/vRealize Automation 8.x and Cloud Services/Sample Rest Operations&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;pathUri: &lt;FONT face="courier new,courier"&gt;'/iaas/api/cloud-accounts/' + cloudAccountId + '/private-image-enumeration';&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dex&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 04:23:34 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Cloud-Account-trigger-Data-Collection/m-p/2909893#M24330</guid>
      <dc:creator>DexG83</dc:creator>
      <dc:date>2022-05-19T04:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Account trigger Data Collection</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Cloud-Account-trigger-Data-Collection/m-p/2910002#M24331</link>
      <description>&lt;P&gt;This call only sync the VM templates in vCenter, not a Data Collection.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bdamian_0-1652963633504.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/95393iBDDD9F7B0249E457/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="bdamian_0-1652963633504.png" alt="bdamian_0-1652963633504.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In fact, NSX-T endpoint doesn't have this option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 12:34:50 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Cloud-Account-trigger-Data-Collection/m-p/2910002#M24331</guid>
      <dc:creator>bdamian</dc:creator>
      <dc:date>2022-05-19T12:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Account trigger Data Collection</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Cloud-Account-trigger-Data-Collection/m-p/2935347#M24721</link>
      <description>&lt;P&gt;Did you manage to find a way of doing this? Looking to do the same and also unable to find a way&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 10:19:13 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Cloud-Account-trigger-Data-Collection/m-p/2935347#M24721</guid>
      <dc:creator>Dan_Johnson</dc:creator>
      <dc:date>2022-10-26T10:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Account trigger Data Collection</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Cloud-Account-trigger-Data-Collection/m-p/2940312#M24791</link>
      <description>&lt;P&gt;The only way I found so far is a workaround.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I query the resource I want and wait till it's there.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;run=true;
do {
  System.sleep(60000) //wait a minute
  jsonObj=vraOperation("GET","/iaas/api/fabric-computes/$filter=name%20eq%20'"+hostShort+"*'",null,false);
  if (jsonObj.content.length&amp;gt;0){
    if (jsonObj.content[0].type == "Host"){
       run=false;
    }
  }
} while (run);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 16:16:44 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Cloud-Account-trigger-Data-Collection/m-p/2940312#M24791</guid>
      <dc:creator>Windspirit</dc:creator>
      <dc:date>2022-11-23T16:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Account trigger Data Collection</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Cloud-Account-trigger-Data-Collection/m-p/2959233#M24977</link>
      <description>&lt;P&gt;I have the same ask. Actually asked this via an VMware consultant on a project back in 2020 and I guess nothing really happened. He would send an internal informal request to look into this.&lt;/P&gt;&lt;P&gt;Actually the exact same usecase. Automating project creation and placing each project on a dedicated project network.&lt;BR /&gt;This should really be implemented in the API's.&lt;BR /&gt;&lt;BR /&gt;Avoid a resource poll and potentially waiting for 10 minutes to get that new project. Not very 2023 &lt;img class="lia-deferred-image lia-image-emoji" src="https://communities.vmware.com/html/@DCF4E2F7991292CEECF250394DB2C2BC/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 09:18:20 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Cloud-Account-trigger-Data-Collection/m-p/2959233#M24977</guid>
      <dc:creator>frippeisking</dc:creator>
      <dc:date>2023-03-15T09:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Account trigger Data Collection</title>
      <link>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Cloud-Account-trigger-Data-Collection/m-p/2959730#M24998</link>
      <description>&lt;P&gt;I've spoken with a VMware guy and he tells me that there was an API call to do this but now it doesn't work. So sad...&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 14:24:52 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Aria-Automation-Tools/Cloud-Account-trigger-Data-Collection/m-p/2959730#M24998</guid>
      <dc:creator>bdamian</dc:creator>
      <dc:date>2023-03-17T14:24:52Z</dc:date>
    </item>
  </channel>
</rss>

