<?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>Humphry Tracker</title>
    <link>https://communities.vmware.com/wbsdv95928/tracker</link>
    <description>Humphry Tracker</description>
    <pubDate>Sat, 18 Nov 2023 03:28:36 GMT</pubDate>
    <dc:date>2023-11-18T03:28:36Z</dc:date>
    <item>
      <title>Get vCenter identity sources using APIs</title>
      <link>https://communities.vmware.com/t5/vSphere-Management-SDK/Get-vCenter-identity-sources-using-APIs/m-p/2979485#M14793</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I'd like to know if there is a way of retrieving the identity sources using rest api or vsphere webservices api or PowerCli or whatever I can automate.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Humphry_0-1690457849888.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/102779iC97B05BEF9372FC9/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Humphry_0-1690457849888.png" alt="Humphry_0-1690457849888.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have 3 identity sources in a vCenter and I thought I could retrieve them using the rest api with the following method: &lt;A href="https://developer.vmware.com/apis/vsphere-automation/v7.0U3/vcenter/api/vcenter/identity/providers/get/" target="_blank"&gt;https://developer.vmware.com/apis/vsphere-automation/v7.0U3/vcenter/api/vcenter/identity/providers/get/&lt;/A&gt;&lt;BR /&gt;but I only get an emtpy array.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Humphry_1-1690458143313.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/102780i08C652A5E6D642B2/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Humphry_1-1690458143313.png" alt="Humphry_1-1690458143313.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there any way to retrieve the identity sources of a vCenter?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 11:43:51 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Management-SDK/Get-vCenter-identity-sources-using-APIs/m-p/2979485#M14793</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2023-07-27T11:43:51Z</dc:date>
    </item>
    <item>
      <title>get DRS rule conflicts in cluster using web services api</title>
      <link>https://communities.vmware.com/t5/vSphere-Management-SDK/get-DRS-rule-conflicts-in-cluster-using-web-services-api/m-p/2976219#M14792</link>
      <description>&lt;P&gt;Hi, I'm trying to find a way to retrieve the DRS rules that have conflicts using the web services api.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Humphry_0-1688736200855.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/102497iB4CFDBA9D339B3DE/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Humphry_0-1688736200855.png" alt="Humphry_0-1688736200855.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've been able to get the DRS rules config in the ClusterComputeResource-&amp;gt;configuration-&amp;gt;rule:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;rule = (vim.cluster.RuleInfo) [
   (vim.cluster.AntiAffinityRuleSpec) {
      dynamicType = &amp;lt;unset&amp;gt;,
      dynamicProperty = (vmodl.DynamicProperty) [],
      key = 4,
      status = &amp;lt;unset&amp;gt;,
      enabled = true,
      name = 'AFLSDKH',
      mandatory = &amp;lt;unset&amp;gt;,
      userCreated = true,
      inCompliance = &amp;lt;unset&amp;gt;,
      ruleUuid = '5224c444-3cd1-084b-54d5-2576b510d49a',
      vm = (vim.VirtualMachine) [
         'vim.VirtualMachine:vm-1040',
         'vim.VirtualMachine:vm-1044'
      ]
   },
   (vim.cluster.AffinityRuleSpec) {
      dynamicType = &amp;lt;unset&amp;gt;,
      dynamicProperty = (vmodl.DynamicProperty) [],
      key = 5,
      status = &amp;lt;unset&amp;gt;,
      enabled = false,
      name = 'asdfasg',
      mandatory = &amp;lt;unset&amp;gt;,
      userCreated = true,
      inCompliance = &amp;lt;unset&amp;gt;,
      ruleUuid = '523fee15-9eaf-0a51-3276-82046d4caaf0',
      vm = (vim.VirtualMachine) [
         'vim.VirtualMachine:vm-1044',
         'vim.VirtualMachine:vm-1040'
      ]
   }
]&lt;/LI-CODE&gt;&lt;P&gt;But I cannot find anywhere the info about the conflicts of each rule and the vms in conflict.&lt;/P&gt;&lt;P&gt;Does anybody know how to retrieve this info?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 13:30:33 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Management-SDK/get-DRS-rule-conflicts-in-cluster-using-web-services-api/m-p/2976219#M14792</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2023-07-07T13:30:33Z</dc:date>
    </item>
    <item>
      <title>cannot create vcenter in vcloud usage meter 3.6 api</title>
      <link>https://communities.vmware.com/t5/VMware-vCloud-API-Discussions/cannot-create-vcenter-in-vcloud-usage-meter-3-6-api/m-p/2855000#M2086</link>
      <description>&lt;P&gt;Hi, I'm trying to create a vcenter in Usage Manager 3.6.&lt;/P&gt;&lt;P&gt;curl -v -k -X POST -H x-usagemeter-authorization:&amp;lt;token&amp;gt; https://&amp;lt;host&amp;gt;:8443/um/api/vcServer -d '&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&amp;lt;vcServer&amp;gt;&amp;lt;hostname&amp;gt;hostnamexxx&amp;lt;/hostname&amp;gt;&amp;lt;port&amp;gt;443&amp;lt;/port&amp;gt;&amp;lt;username&amp;gt;user@vsphere.local&amp;lt;/username&amp;gt;&amp;lt;password&amp;gt;xxxxxxxx&amp;lt;/password&amp;gt;&amp;lt;monitor&amp;gt;true&amp;lt;/monitor&amp;gt;&amp;lt;sso&amp;gt;1&amp;lt;/sso&amp;gt;&amp;lt;/vcServer&amp;gt;'&lt;/P&gt;&lt;P&gt;But I always get an error 404. It seems that POST /api/vcServer is not the correct path, but it's the one indicated in api reference. I'm able to get and delete the vcenters, so I know that authorization token and API URL are correct. I'm only having problems with the create method.&lt;/P&gt;&lt;P&gt;Does anyone know how could I create an vcenter un Usage Meter 3.6 using the api?&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>Tue, 29 Jun 2021 12:57:20 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-vCloud-API-Discussions/cannot-create-vcenter-in-vcloud-usage-meter-3-6-api/m-p/2855000#M2086</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2021-06-29T12:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: get tasks using Rest API</title>
      <link>https://communities.vmware.com/t5/VMware-vSphere-Discussions/get-tasks-using-Rest-API/m-p/2221771#M25061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!!! Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2019 11:57:12 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-vSphere-Discussions/get-tasks-using-Rest-API/m-p/2221771#M25061</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2019-09-04T11:57:12Z</dc:date>
    </item>
    <item>
      <title>get tasks using Rest API</title>
      <link>https://communities.vmware.com/t5/VMware-vSphere-Discussions/get-tasks-using-Rest-API/m-p/2221770#M25060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a problem listing the tasks using the Rest API (&lt;A href="http://vmware.github.io/vsphere-automation-sdk-rest/6.7.1/operations/com/vmware/cis/tasks.list-operation.html"&gt;http://vmware.github.io/vsphere-automation-sdk-rest/6.7.1/operations/com/vmware/cis/tasks.list-operation.html&lt;/A&gt;). I want to retrieve the list of tasks for a specific user, so I make the following request: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new, courier;"&gt;GET /rest/cis/tasks?filter_spec.users.1=myuser&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new, courier;"&gt;At least one of the parameters 'services' or 'tasks' must not be empty in the filter specification.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't know what value to set in the &lt;SPAN class="url-query-parameters"&gt;&lt;SPAN class="key"&gt;&lt;STRONG&gt;filter_spec.services.1&lt;/STRONG&gt; parameter. What should I set in the services parameter? Can anyone write an example, please.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="url-query-parameters"&gt;&lt;SPAN class="key"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="url-query-parameters"&gt;&lt;SPAN class="key"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2019 15:33:41 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-vSphere-Discussions/get-tasks-using-Rest-API/m-p/2221770#M25060</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2019-08-28T15:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: vCenter API description about instance for virtual disk performance counter "totalReadLatency"</title>
      <link>https://communities.vmware.com/t5/vSphere-Management-SDK/vCenter-API-description-about-instance-for-virtual-disk/m-p/485050#M2203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;B&gt;mahe90&lt;/B&gt;, I have the same problem. Did you find any solution??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 17:04:24 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Management-SDK/vCenter-API-description-about-instance-for-virtual-disk/m-p/485050#M2203</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2016-10-25T17:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to find out the latest hardware version available for a VM</title>
      <link>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/how-to-find-out-the-latest-hardware-version-available-for-a-VM/m-p/910868#M848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, guys for your answers!!!! QueryConfigOptionDescriptor method works perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 08:41:53 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/how-to-find-out-the-latest-hardware-version-available-for-a-VM/m-p/910868#M848</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2013-02-01T08:41:53Z</dc:date>
    </item>
    <item>
      <title>how to find out the latest hardware version available for a VM</title>
      <link>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/how-to-find-out-the-latest-hardware-version-available-for-a-VM/m-p/910864#M844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm having an issue upgrading the hardware version of virtual machines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my $vm = Vim::find_entity_view (view_type =&amp;gt; 'VirtualMachine', filter =&amp;gt; {'name' =&amp;gt; $vm_name});&lt;/P&gt;&lt;P&gt;$vm-&amp;gt;UpgradeVM();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Invoking the method UpgradeVM I sometimes get an error saying: &lt;EM&gt;Virtual machine compatibility is already up-to-date&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can get the current hardware version checking $vm-&amp;gt;config-&amp;gt;version, but I don't know if it is the latest available hardware version or not. How can I find out which is the latest hardware version available for a virtual machine before upgrading it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 15:40:54 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/how-to-find-out-the-latest-hardware-version-available-for-a-VM/m-p/910864#M844</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2013-01-30T15:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: manage pending customization</title>
      <link>https://communities.vmware.com/t5/vSphere-Management-SDK/manage-pending-customization/m-p/1187470#M6199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks AngelaS. I supposed that it wasn't possible to change the guest customization before it completes, but I wasn't sure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our case is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;A client applies for a new virtual server&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;We have a group of preinstalled virtual machines that only needs the final configuration of the guest OS. So we take one of those preinstalled machines and customize it with the client preferred configuration.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;After this, we do a lot of external actions (not related with vsphere). If one of these actions fails, the process ends up with an error status and the virtual machine is not eventually assigned to that client, so it can be selected for another client.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If another client applies for a new virtual machine and the previous virtual machine is selected, an error arises saying that the virtual machine has a customizatin pending. So, as it's not possible to remove the pending customization, this virtual machine has to be removed, and a new virtual machine has to be selected to be assigned to that client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 09:57:45 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Management-SDK/manage-pending-customization/m-p/1187470#M6199</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2010-10-04T09:57:45Z</dc:date>
    </item>
    <item>
      <title>manage pending customization</title>
      <link>https://communities.vmware.com/t5/vSphere-Management-SDK/manage-pending-customization/m-p/1187468#M6197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi, I'd like to know wether it's possible to remove a pending customization or modify it. Is it mandatory to start the virtual machine and wait until the customization applies or is it possible to modify it before appliying it? Is there any way to remove it when the customization is still pending?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 09:06:33 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Management-SDK/manage-pending-customization/m-p/1187468#M6197</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2010-10-01T09:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: problem with snapshots and thin provisioning</title>
      <link>https://communities.vmware.com/t5/vSphere-Management-SDK/problem-with-snapshots-and-thin-provisioning/m-p/2512823#M13530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks AngelaS, it solved the problem!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 18:42:15 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Management-SDK/problem-with-snapshots-and-thin-provisioning/m-p/2512823#M13530</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2010-07-01T18:42:15Z</dc:date>
    </item>
    <item>
      <title>problem with snapshots and thin provisioning</title>
      <link>https://communities.vmware.com/t5/vSphere-Management-SDK/problem-with-snapshots-and-thin-provisioning/m-p/2512821#M13528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi, I'm having some problems creating templates from virtual machines with snapshots. Virtual machines use thin provisioning, but when I take a snapshot the virtual disk is marked as thick (it seems to be a known bug &lt;A href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;amp;cmd=displayKC&amp;amp;externalId=1020137"&gt;&lt;/A&gt;), although it actually uses thin provisioning. So, when I clone the virtual machine and mark it as template, this new template is configured as thick provisioning. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've not been able to force the new template to be created as thin provisioning via the Perl SDK.  Does anyone know how could I force the template to use thin provisioning??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 17:12:37 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Management-SDK/problem-with-snapshots-and-thin-provisioning/m-p/2512821#M13528</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2010-06-30T17:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: trigger alarm when VMWare Tools installed??</title>
      <link>https://communities.vmware.com/t5/vSphere-Management-SDK/trigger-alarm-when-VMWare-Tools-installed/m-p/290593#M1480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, lamw. I supposed that, but I wanted to be sure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Apr 2010 06:26:44 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Management-SDK/trigger-alarm-when-VMWare-Tools-installed/m-p/290593#M1480</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2010-04-26T06:26:44Z</dc:date>
    </item>
    <item>
      <title>trigger alarm when VMWare Tools installed??</title>
      <link>https://communities.vmware.com/t5/vSphere-Management-SDK/trigger-alarm-when-VMWare-Tools-installed/m-p/290591#M1478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to set up an alarm to be fired when the client installs the VMWare Tools. Is it possible to do it? I haven't seen any event defined to do this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2010 12:11:23 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Management-SDK/trigger-alarm-when-VMWare-Tools-installed/m-p/290591#M1478</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2010-04-23T12:11:23Z</dc:date>
    </item>
    <item>
      <title>triggering actions on events</title>
      <link>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/triggering-actions-on-events/m-p/800769#M618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi, I'm trying to find a way to trigger actions (executing scripts, writting data in a database, etc.) when certain events occurs (like starting up a VM, shutting it down, creating a snapshot, etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if it's possible to do this??? If so, how could I do it??? I'm reading the documentation and I'm not sure wether I can do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 15:25:35 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/triggering-actions-on-events/m-p/800769#M618</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2010-03-22T15:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: issue retrieving data types</title>
      <link>https://communities.vmware.com/t5/vSphere-Management-SDK/issue-retrieving-data-types/m-p/248228#M1118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks njain, it works great!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 12:05:36 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Management-SDK/issue-retrieving-data-types/m-p/248228#M1118</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2009-04-17T12:05:36Z</dc:date>
    </item>
    <item>
      <title>issue retrieving data types</title>
      <link>https://communities.vmware.com/t5/vSphere-Management-SDK/issue-retrieving-data-types/m-p/248226#M1116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a problem trying to retrive the data type of an object. I use the VMUtils::find_device method to get the cdrom especification.Then I need to obtain the backing data type (VirtualCdromRemoteAtapiBackingInfo or VirtualCdromIsoBackingInfo) but I don't know how to retrieve this info from $cdrom_spec-&amp;amp;gt;backing.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value of $cdrom_spec is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code"&gt;
$VAR1 = bless( {
 'deviceChange' =&amp;gt; [
                     bless( {
                              'operation' =&amp;gt; bless( {
                                                      'val' =&amp;gt; 'remove'
                                                    }, 'VirtualDeviceConfigSpecOperation' ),
                              'device' =&amp;gt; bless( {
                                                   'connectable' =&amp;gt; bless( {
                                                                             'allowGuestControl' =&amp;gt; 0,
                                                                             'connected' =&amp;gt; 0,
                                                                             'startConnected' =&amp;gt; 1
                                                                           }, 'VirtualDeviceConnectInfo' ),
                                                   'backing' =&amp;gt; bless( {
                                                                         'fileName' =&amp;gt; ''
                                                                       }, 'VirtualCdromIsoBackingInfo' ),
                                                   'unitNumber' =&amp;gt; 0,
                                                   'controllerKey' =&amp;gt; 200,
                                                   'key' =&amp;gt; 3000
                                                 }, 'VirtualCdrom' )
                            }, 'VirtualDeviceConfigSpec' )
                   ]
}, 'VirtualMachineConfigSpec' );
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know how could I retrieve the backing data type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 11:27:36 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Management-SDK/issue-retrieving-data-types/m-p/248226#M1116</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2009-04-17T11:27:36Z</dc:date>
    </item>
    <item>
      <title>questions about statistics intervals</title>
      <link>https://communities.vmware.com/t5/vSphere-Management-SDK/questions-about-statistics-intervals/m-p/681273#M2600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have two questions about network statistics:&lt;/P&gt;&lt;P&gt;1.- The PerfSampleInfo contains the timestamp when the statistic is collected and the interval. But the interval is from the timestamp or until the timestamp??? For example, I have the following PerfSampleInfo:&lt;/P&gt;&lt;PRE __jive_macro_name="code"&gt;
bless( {
    'timestamp' =&amp;gt; '2009-03-16T13:15:00Z',
    'interval' =&amp;gt; '300'
}, 'PerfSampleInfo' ),
&lt;/PRE&gt;&lt;P&gt;This means that the statistics interval is (2009-03-16T13:10:00Z - 2009-03-16T13:15:00Z )or (2009-03-16T13:15:00Z - 2009-03-16T13:20:00Z) ?????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.- Is there any way to obtain the exact KBs transmitted in a interval??? Because, I'm currently getting the average and I multiply it for the interval. For example, in the previous interval I get an average of 50KB. So I multiply the 50KB by the 300 seconds interval and get 15000KB of data transmitted in that interval. But this is not the exact value because the transmitted value is an interger value (not float), so the result is just an approach. Is it posible to obtain the exact total value of data transmitted in a interval???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 16:11:23 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Management-SDK/questions-about-statistics-intervals/m-p/681273#M2600</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2009-03-16T16:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: issue expanding virtual disk</title>
      <link>https://communities.vmware.com/t5/vSphere-Management-SDK/issue-expanding-virtual-disk/m-p/677564#M2556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using VMware ESX Server 3i, 3.5.0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevertheless, can I expand the disk in any other way??? Maybe, using ReconfigVm?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 08:40:07 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Management-SDK/issue-expanding-virtual-disk/m-p/677564#M2556</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2009-03-16T08:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: issue expanding virtual disk</title>
      <link>https://communities.vmware.com/t5/vSphere-Management-SDK/issue-expanding-virtual-disk/m-p/677562#M2554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, lamw. The problem is that the function Vim::get_service_content() doesn't return a virtualDiskManager, as you can see in my previous message. I'm getting all the managers except the virtualDiskManager. So, do you know what is the problem retrieving the virtualDiskManager?? Do you know any other way to retrieve it??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 08:05:56 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Management-SDK/issue-expanding-virtual-disk/m-p/677562#M2554</guid>
      <dc:creator>Humphry</dc:creator>
      <dc:date>2009-03-16T08:05:56Z</dc:date>
    </item>
  </channel>
</rss>

