<?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: API HostDiskManager Endpoint / AcquireLeaseExt in VMware{code} Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-code-Discussions/API-HostDiskManager-Endpoint-AcquireLeaseExt/m-p/2875815#M1710</link>
    <description>&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;of course it is possible to send the required soap requests directly to the SDK to get the desired information, but are these api endpoints documented somewhere and supposed to be used by third party programs? Are those official functions?&lt;/P&gt;</description>
    <pubDate>Tue, 02 Nov 2021 12:20:28 GMT</pubDate>
    <dc:creator>srvdev</dc:creator>
    <dc:date>2021-11-02T12:20:28Z</dc:date>
    <item>
      <title>API HostDiskManager Endpoint / AcquireLeaseExt</title>
      <link>https://communities.vmware.com/t5/VMware-code-Discussions/API-HostDiskManager-Endpoint-AcquireLeaseExt/m-p/2875216#M1698</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;there seems to be a method to receive the vmdk mappings for a virtual disk on a vmfs filesystem, the soap request in question looks like:&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;soap:Envelope&lt;BR /&gt;xmlns:soap="&lt;A href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank" rel="noopener"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;"&lt;BR /&gt;xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank" rel="noopener"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;"&lt;BR /&gt;xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank" rel="noopener"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;"&amp;gt; &amp;lt;soap:Body&amp;gt;&lt;BR /&gt;&amp;lt;AcquireLeaseExt xmlns="urn:vim25"&amp;gt; &amp;lt;_this&lt;BR /&gt;type="HostDiskManager"&amp;gt;DiskManager&amp;lt;/_this&amp;gt; &amp;lt;snapshot&lt;BR /&gt;type="VirtualMachineSnapshot"&amp;gt;snapshot-4007&amp;lt;/snapshot&amp;gt;&lt;BR /&gt;&amp;lt;diskPath&amp;gt;[nimesx-vol1] nimblevm1/nimblevm1.vmdk&amp;lt;/diskPath&amp;gt;&lt;BR /&gt;&amp;lt;readOnly&amp;gt;true&amp;lt;/readOnly&amp;gt; &amp;lt;/AcquireLeaseExt&amp;gt; &amp;lt;/soap:Body&amp;gt;&lt;BR /&gt;&amp;lt;/soap:Envelope&amp;gt;&lt;BR /&gt;&amp;lt;/xml&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A response responds with the information i would require:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;AcquireLeaseExtResponse xmlns="urn:vim25"&amp;gt;&lt;BR /&gt;&amp;lt;returnval&amp;gt;&lt;BR /&gt;&amp;lt;lease type="HostDiskManagerLease"&amp;gt;session[52f597a3-8f1c-740c-a539-432613e6ba4d]527ea5eb-173c-638d-3bca-4bacb6fa8401&amp;lt;/lease&amp;gt;&lt;BR /&gt;&amp;lt;ddbOption&amp;gt;&lt;BR /&gt;&amp;lt;key&amp;gt;ddb.adapterType&amp;lt;/key&amp;gt;&lt;BR /&gt;&amp;lt;value xsi:type="xsd:string"&amp;gt;lsilogic&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/ddbOption&amp;gt;&lt;/P&gt;&lt;P&gt;[..]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i did not find any information in the api/sdk documentation how to access&lt;/P&gt;&lt;P&gt;or request a HostDiskManager lease, how does it work?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 07:46:18 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-code-Discussions/API-HostDiskManager-Endpoint-AcquireLeaseExt/m-p/2875216#M1698</guid>
      <dc:creator>srvdev</dc:creator>
      <dc:date>2021-10-29T07:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: API HostDiskManager Endpoint / AcquireLeaseExt</title>
      <link>https://communities.vmware.com/t5/VMware-code-Discussions/API-HostDiskManager-Endpoint-AcquireLeaseExt/m-p/2875815#M1710</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;of course it is possible to send the required soap requests directly to the SDK to get the desired information, but are these api endpoints documented somewhere and supposed to be used by third party programs? Are those official functions?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 12:20:28 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-code-Discussions/API-HostDiskManager-Endpoint-AcquireLeaseExt/m-p/2875815#M1710</guid>
      <dc:creator>srvdev</dc:creator>
      <dc:date>2021-11-02T12:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: API HostDiskManager Endpoint / AcquireLeaseExt</title>
      <link>https://communities.vmware.com/t5/VMware-code-Discussions/API-HostDiskManager-Endpoint-AcquireLeaseExt/m-p/2994312#M2305</link>
      <description>&lt;P&gt;Hi srvdev，&lt;/P&gt;&lt;P&gt;We are currently experiencing a related problem, so I came to ask you if you have found a way to do this? By the way, I would also like to ask you how you send the request to the SDK?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 06:57:24 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-code-Discussions/API-HostDiskManager-Endpoint-AcquireLeaseExt/m-p/2994312#M2305</guid>
      <dc:creator>25421</dc:creator>
      <dc:date>2023-11-06T06:57:24Z</dc:date>
    </item>
  </channel>
</rss>

