<?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: Uses for Cluster and Volume Tagging in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Uses-for-Cluster-and-Volume-Tagging/m-p/458323#M44629</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/118793"&gt;@customernumber10&lt;/a&gt;&amp;nbsp;! Unfortunately I know nothing about REST API's language or how I would use it. I was hoping for AIUM or one of the other NetApp tools (SnapCenter? OnTAP Tools plug-in?) to utilize the tagging.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2025 20:07:29 GMT</pubDate>
    <dc:creator>TMADOCTHOMAS</dc:creator>
    <dc:date>2025-02-05T20:07:29Z</dc:date>
    <item>
      <title>Uses for Cluster and Volume Tagging</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Uses-for-Cluster-and-Volume-Tagging/m-p/457970#M44583</link>
      <description>&lt;P&gt;We are upgrading this week to OnTAP 9.14.1 and I just reviewed the new cluster and volume tagging feature. It appears very straightforward and could prove useful to us, however I'm wondering what NetApp tools are available that could make use of them in some kind of reporting. I don't currently see anything in ActiveIQ Unified Manager (I am on version 9.14) and we don't have Cloud Insights. What would be the primary way these tags could be used to generate reports and/or dashboards?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 14:56:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Uses-for-Cluster-and-Volume-Tagging/m-p/457970#M44583</guid>
      <dc:creator>TMADOCTHOMAS</dc:creator>
      <dc:date>2025-01-22T14:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Uses for Cluster and Volume Tagging</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Uses-for-Cluster-and-Volume-Tagging/m-p/458283#M44620</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;SPAN&gt;You could use System Manager to add tags to a cluster/volumes&amp;nbsp;&amp;nbsp;to identify objects as belonging to a category, such as projects or cost centers.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;You define a tag by specifying a key and associating a value to it using the format “key:value”. For example: “dept:engineering” or “location:san-jose”.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Detailed Procedure is available in the below links:&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="https://docs.netapp.com/us-en/ontap/assign-tags-cluster-task.html" target="_blank" rel="noopener"&gt;Assign tags to a cluster&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="https://docs.netapp.com/us-en/ontap/assign-tags-volumes-task.html" target="_blank" rel="noopener"&gt;Assign tags to volumes&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards.&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Feb 2025 07:14:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Uses-for-Cluster-and-Volume-Tagging/m-p/458283#M44620</guid>
      <dc:creator>Vikram</dc:creator>
      <dc:date>2025-02-05T07:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Uses for Cluster and Volume Tagging</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Uses-for-Cluster-and-Volume-Tagging/m-p/458304#M44627</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/40484"&gt;@Vikram&lt;/a&gt;&amp;nbsp;! I am actually familiar with the feature itself, my question is about which other NetApp tools make use of the tags once created. In other words - how would I report on all devices with a particular tag, etc. As I said, I didn't see anything in ActiveIQ Unified Manager and don't use Cloud Insights. Wondering if anyone has insight on this question.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 14:55:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Uses-for-Cluster-and-Volume-Tagging/m-p/458304#M44627</guid>
      <dc:creator>TMADOCTHOMAS</dc:creator>
      <dc:date>2025-02-05T14:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Uses for Cluster and Volume Tagging</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Uses-for-Cluster-and-Volume-Tagging/m-p/458320#M44628</link>
      <description>&lt;P&gt;You can use harvest for reporting.&lt;/P&gt;&lt;P data-unlink="true"&gt;https://github.com/NetApp/harvest/pull/3273&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use REST API for reporting based on various filters ( Tag name example below which will display all volumes on the cluster with tag Team:NetApp )&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;SPAN&gt;curl -k -u netappuser -X GET "https://netapp.cluster.com/api/storage/volumes?_tags=Team:NetApp"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 19:56:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Uses-for-Cluster-and-Volume-Tagging/m-p/458320#M44628</guid>
      <dc:creator>customernumber10</dc:creator>
      <dc:date>2025-02-05T19:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Uses for Cluster and Volume Tagging</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Uses-for-Cluster-and-Volume-Tagging/m-p/458323#M44629</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/118793"&gt;@customernumber10&lt;/a&gt;&amp;nbsp;! Unfortunately I know nothing about REST API's language or how I would use it. I was hoping for AIUM or one of the other NetApp tools (SnapCenter? OnTAP Tools plug-in?) to utilize the tagging.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 20:07:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Uses-for-Cluster-and-Volume-Tagging/m-p/458323#M44629</guid>
      <dc:creator>TMADOCTHOMAS</dc:creator>
      <dc:date>2025-02-05T20:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Uses for Cluster and Volume Tagging</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Uses-for-Cluster-and-Volume-Tagging/m-p/458324#M44630</link>
      <description>&lt;P data-unlink="true"&gt;Hopefully NetApp integrates it in AIQUM soon. I had looked into it and only found these two options so far.&amp;nbsp; Checkout https://nabox.org which is easier way to implement harvest. Closest thing to Cloud Insights.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 20:19:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Uses-for-Cluster-and-Volume-Tagging/m-p/458324#M44630</guid>
      <dc:creator>customernumber10</dc:creator>
      <dc:date>2025-02-05T20:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Uses for Cluster and Volume Tagging</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Uses-for-Cluster-and-Volume-Tagging/m-p/458325#M44631</link>
      <description>&lt;P&gt;Thanks. I have heard of Harvest before, I may have to try this out.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 20:22:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Uses-for-Cluster-and-Volume-Tagging/m-p/458325#M44631</guid>
      <dc:creator>TMADOCTHOMAS</dc:creator>
      <dc:date>2025-02-05T20:22:08Z</dc:date>
    </item>
  </channel>
</rss>

