<?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: REST API: How is the way attach Cloud tier target to Aggregate in ONTAP Rest API Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/REST-API-How-is-the-way-attach-Cloud-tier-target-to-Aggregate/m-p/430261#M259</link>
    <description>&lt;P&gt;I solved the problem with the following!&lt;/P&gt;&lt;P&gt;-----&lt;/P&gt;&lt;P&gt;cloudstore = CloudStore("fb91b0a6-5fbb-11ec-be69-00a0985c5d5b")&lt;BR /&gt;cloudstore.target = {"name" : "sgws_1" }&lt;BR /&gt;cloudstore.post()&lt;/P&gt;</description>
    <pubDate>Sat, 18 Dec 2021 11:04:24 GMT</pubDate>
    <dc:creator>ogatat</dc:creator>
    <dc:date>2021-12-18T11:04:24Z</dc:date>
    <item>
      <title>REST API: How is the way attach Cloud tier target to Aggregate</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/REST-API-How-is-the-way-attach-Cloud-tier-target-to-Aggregate/m-p/430258#M258</link>
      <description>&lt;P&gt;Using PCL, I could successfully create CloudTarget. But couldn't atttach to existing aggregae.&lt;/P&gt;&lt;P&gt;-----&lt;/P&gt;&lt;P&gt;cloudstore = CloudStore.from_dict({&lt;BR /&gt;"target" : {"name" : "sgws_1" },&lt;BR /&gt;})&lt;BR /&gt;cloudstore.post()&lt;/P&gt;&lt;P&gt;-----&lt;/P&gt;&lt;P&gt;Error is followings:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;NetAppRestError&lt;/SPAN&gt;: Could not compute the location of the CloudStore collection. Values for ['aggregate.uuid'] are required. Caused by AttributeError("The 'aggregate' field has not been set on the CloudStore. Try refreshing the object by calling get().")&lt;/PRE&gt;&lt;P&gt;Where I can describe "aggregate.uuid"?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:07:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/REST-API-How-is-the-way-attach-Cloud-tier-target-to-Aggregate/m-p/430258#M258</guid>
      <dc:creator>ogatat</dc:creator>
      <dc:date>2025-06-04T10:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: REST API: How is the way attach Cloud tier target to Aggregate</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/REST-API-How-is-the-way-attach-Cloud-tier-target-to-Aggregate/m-p/430261#M259</link>
      <description>&lt;P&gt;I solved the problem with the following!&lt;/P&gt;&lt;P&gt;-----&lt;/P&gt;&lt;P&gt;cloudstore = CloudStore("fb91b0a6-5fbb-11ec-be69-00a0985c5d5b")&lt;BR /&gt;cloudstore.target = {"name" : "sgws_1" }&lt;BR /&gt;cloudstore.post()&lt;/P&gt;</description>
      <pubDate>Sat, 18 Dec 2021 11:04:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/REST-API-How-is-the-way-attach-Cloud-tier-target-to-Aggregate/m-p/430261#M259</guid>
      <dc:creator>ogatat</dc:creator>
      <dc:date>2021-12-18T11:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: REST API: How is the way attach Cloud tier target to Aggregate</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/REST-API-How-is-the-way-attach-Cloud-tier-target-to-Aggregate/m-p/430284#M260</link>
      <description>&lt;P&gt;Yes, this solution is correct. If you want to, you can combine the first two lines to make your solution look something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;cloudstore = CloudStore("fb91b0a6-5fbb-11ec-be69-00a0985c5d5b", target={"name": "sgws_1"})
cloudstore.post()&lt;/LI-CODE&gt;&lt;P&gt;which would mean the same thing.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 12:31:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/REST-API-How-is-the-way-attach-Cloud-tier-target-to-Aggregate/m-p/430284#M260</guid>
      <dc:creator>RobertBlackhart</dc:creator>
      <dc:date>2021-12-20T12:31:28Z</dc:date>
    </item>
  </channel>
</rss>

