<?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 Netapp Ontapp Rest API and Perf Object Counters in ONTAP Rest API Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Netapp-Ontapp-Rest-API-and-Perf-Object-Counters/m-p/167155#M202</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed that in migration guide to the REST api there is no equivalent for the perf-object-get-instances or any of the performance counters that are used in the ontap api. Furthermore, it appears that the /private/cli api does not respond to `statistics aggregate show` for instance if I'm using `/private/cli/statistics/aggregate` for instance. Is there a remedy for this or is my only option to continue to use the ontapapi?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 10:23:31 GMT</pubDate>
    <dc:creator>nyxtom</dc:creator>
    <dc:date>2025-06-04T10:23:31Z</dc:date>
    <item>
      <title>Netapp Ontapp Rest API and Perf Object Counters</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Netapp-Ontapp-Rest-API-and-Perf-Object-Counters/m-p/167155#M202</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed that in migration guide to the REST api there is no equivalent for the perf-object-get-instances or any of the performance counters that are used in the ontap api. Furthermore, it appears that the /private/cli api does not respond to `statistics aggregate show` for instance if I'm using `/private/cli/statistics/aggregate` for instance. Is there a remedy for this or is my only option to continue to use the ontapapi?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:23:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Netapp-Ontapp-Rest-API-and-Perf-Object-Counters/m-p/167155#M202</guid>
      <dc:creator>nyxtom</dc:creator>
      <dc:date>2025-06-04T10:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Netapp Ontapp Rest API and Perf Object Counters</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Netapp-Ontapp-Rest-API-and-Perf-Object-Counters/m-p/167167#M203</link>
      <description>&lt;P&gt;In ONTAP 9.7 and above, there is an endpoint for gathering metrics about each aggregate: /api/storage/aggregates/{uuid}/metrics. From this, you can get information about the latency, throughput, and iops over a given interval. Is this what you're looking for?&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 10:08:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Netapp-Ontapp-Rest-API-and-Perf-Object-Counters/m-p/167167#M203</guid>
      <dc:creator>RobertBlackhart</dc:creator>
      <dc:date>2021-05-27T10:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Netapp Ontapp Rest API and Perf Object Counters</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Netapp-Ontapp-Rest-API-and-Perf-Object-Counters/m-p/167173#M204</link>
      <description>&lt;P&gt;Latency, throughput, iops is great but that's quite a bit smaller number of counters than the ontap api provided (order of hundreds of various performance counters) across the different components. Is the plan to not support those at all in the future?&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 14:33:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Netapp-Ontapp-Rest-API-and-Perf-Object-Counters/m-p/167173#M204</guid>
      <dc:creator>nyxtom</dc:creator>
      <dc:date>2021-05-27T14:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Netapp Ontapp Rest API and Perf Object Counters</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Netapp-Ontapp-Rest-API-and-Perf-Object-Counters/m-p/167175#M205</link>
      <description>&lt;P&gt;You can expect more counters to be exposed with later ONTAP versions, although I don't have any special insight into the plans. If there's something you need and don't see, it's worth making a request to the support team to have it prioritized.&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 14:59:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Netapp-Ontapp-Rest-API-and-Perf-Object-Counters/m-p/167175#M205</guid>
      <dc:creator>RobertBlackhart</dc:creator>
      <dc:date>2021-05-27T14:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Netapp Ontapp Rest API and Perf Object Counters</title>
      <link>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Netapp-Ontapp-Rest-API-and-Perf-Object-Counters/m-p/434826#M312</link>
      <description>&lt;P&gt;Quick update on Perf counters, Initial set of instances are supported in ONTAP 9.11.1 release. Request to check on the latest Online reference document below,&amp;nbsp;&lt;BR /&gt;&lt;A href="https://library.netapp.com/ecmdocs/ECMLP2882307/html/index.html#/cluster/counter_table_collection_get" target="_blank"&gt;https://library.netapp.com/ecmdocs/ECMLP2882307/html/index.html#/cluster/counter_table_collection_get&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Mapping document of ONTAPI (ZAPI) to ONTAP REST -&amp;nbsp;&lt;A href="https://library.netapp.com/ecm/ecm_download_file/ECMLP2882104" target="_blank"&gt;https://library.netapp.com/ecm/ecm_download_file/ECMLP2882104&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qw_0-1652107915647.png" style="width: 400px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/23479iE6F78F3916EB7D0D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="qw_0-1652107915647.png" alt="qw_0-1652107915647.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 14:52:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Rest-API-Discussions/Netapp-Ontapp-Rest-API-and-Perf-Object-Counters/m-p/434826#M312</guid>
      <dc:creator>qw</dc:creator>
      <dc:date>2022-05-09T14:52:58Z</dc:date>
    </item>
  </channel>
</rss>

