NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Rest API Discussions

Netapp Ontapp Rest API and Perf Object Counters

nyxtom
4,682 Views

Hello,

 

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?

 

Please advice.

 

Thanks,

Thomas

1 ACCEPTED SOLUTION

qw
NetApp
3,873 Views

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, 
https://library.netapp.com/ecmdocs/ECMLP2882307/html/index.html#/cluster/counter_table_collection_get 

Mapping document of ONTAPI (ZAPI) to ONTAP REST - https://library.netapp.com/ecm/ecm_download_file/ECMLP2882104 

qw_0-1652107915647.png

 

 

View solution in original post

4 REPLIES 4

RobertBlackhart
4,619 Views

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?

nyxtom
4,602 Views

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?

RobertBlackhart
4,597 Views

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.

qw
NetApp
3,875 Views

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, 
https://library.netapp.com/ecmdocs/ECMLP2882307/html/index.html#/cluster/counter_table_collection_get 

Mapping document of ONTAPI (ZAPI) to ONTAP REST - https://library.netapp.com/ecm/ecm_download_file/ECMLP2882104 

qw_0-1652107915647.png

 

 

Public