<?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 Use Rest API to claim volume on downstream partner after deleting volume collection in Application Integration</title>
    <link>https://community.hpe.com/t5/application-integration/use-rest-api-to-claim-volume-on-downstream-partner-after/m-p/7009959#M1072</link>
    <description>&lt;P&gt;Hello. We have four Nimble arrays, and I'm scripting out some processes using cURL. Everything's working well so far, except I get stuck when I try to delete the volume on the downstream partner.&lt;/P&gt;&lt;P&gt;So far I can:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a volume&lt;/LI&gt;&lt;LI&gt;Create a volume collection&lt;/LI&gt;&lt;LI&gt;Associate the volume to the collection&lt;/LI&gt;&lt;LI&gt;Apply an ACR to the volume&lt;/LI&gt;&lt;LI&gt;Set the volume offline (upstream)&lt;/LI&gt;&lt;LI&gt;Dissociate the volume from the collection (upstream)&lt;/LI&gt;&lt;LI&gt;Delete the volume (upstream)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;At this point, if I do "Claim" volume on the downstream partner, I can proceed with the other cleanup steps that follow, deleting the volume.&lt;/P&gt;&lt;P&gt;However, I can't figure out how to do "claim" using the API, or change the "owned_by_group" and "owned_by_group_id" values, which are changed by claim. I read another post saying that you need to promote the volume collection on the downstream partner first, but that seems to unnecessarily complicatet things. Can anyone help? Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jun 2018 16:30:14 GMT</pubDate>
    <dc:creator>OldeGregg</dc:creator>
    <dc:date>2018-06-27T16:30:14Z</dc:date>
    <item>
      <title>Use Rest API to claim volume on downstream partner after deleting volume collection</title>
      <link>https://community.hpe.com/t5/application-integration/use-rest-api-to-claim-volume-on-downstream-partner-after/m-p/7009959#M1072</link>
      <description>&lt;P&gt;Hello. We have four Nimble arrays, and I'm scripting out some processes using cURL. Everything's working well so far, except I get stuck when I try to delete the volume on the downstream partner.&lt;/P&gt;&lt;P&gt;So far I can:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a volume&lt;/LI&gt;&lt;LI&gt;Create a volume collection&lt;/LI&gt;&lt;LI&gt;Associate the volume to the collection&lt;/LI&gt;&lt;LI&gt;Apply an ACR to the volume&lt;/LI&gt;&lt;LI&gt;Set the volume offline (upstream)&lt;/LI&gt;&lt;LI&gt;Dissociate the volume from the collection (upstream)&lt;/LI&gt;&lt;LI&gt;Delete the volume (upstream)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;At this point, if I do "Claim" volume on the downstream partner, I can proceed with the other cleanup steps that follow, deleting the volume.&lt;/P&gt;&lt;P&gt;However, I can't figure out how to do "claim" using the API, or change the "owned_by_group" and "owned_by_group_id" values, which are changed by claim. I read another post saying that you need to promote the volume collection on the downstream partner first, but that seems to unnecessarily complicatet things. Can anyone help? Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 16:30:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/application-integration/use-rest-api-to-claim-volume-on-downstream-partner-after/m-p/7009959#M1072</guid>
      <dc:creator>OldeGregg</dc:creator>
      <dc:date>2018-06-27T16:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Use Rest API to claim volume on downstream partner after deleting volume collection</title>
      <link>https://community.hpe.com/t5/application-integration/use-rest-api-to-claim-volume-on-downstream-partner-after/m-p/7025249#M1086</link>
      <description>&lt;P&gt;That is correct.&amp;nbsp; Use a PUT on volumes and change "owned_by_group_id".&amp;nbsp; Example:&lt;/P&gt;&lt;P&gt;curl -k -i -H "X-Auth-Token: your-auth-token" -d '{"data": {"owned_by_group_id": "downstream-group-id"}}' -X PUT https://array-IP:5392/v1/volumes/volume-id&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 22:02:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/application-integration/use-rest-api-to-claim-volume-on-downstream-partner-after/m-p/7025249#M1086</guid>
      <dc:creator>mamatadesaiNim</dc:creator>
      <dc:date>2018-11-14T22:02:03Z</dc:date>
    </item>
  </channel>
</rss>

