#Aggregate performance metrics missing in new Rest Perf API
1 messages · Page 1 of 1 (latest)
The endpoint is available at /storage/aggregates/{uuid}/metrics
https://library.netapp.com/ecmdocs/ECMLP2882307/html/#/storage/aggregate_performance_metrics_collection_get
Hi @dreamy surge ,
thanks, yes this one I know but the question is related to the new Rest performance API at: /api/cluster/counter/tables which should replace the ZAPI
https://docs.netapp.com/us-en/ontap-automation/migrate/performance-counters.html
Did you mean the endpoint below?
curl --request GET --user admin:<PASSWORD> 'https://<ONTAP_IP_ADDRESS>/api/cluster/counter/tables'
It can be found in this link https://docs.netapp.com/us-en/ontap-automation/migrate/performance-counters.html#before-you-begin
However, it doesn't work for me, any reasons of why?
bash-4.2$ curl -k --request GET --user admin:netapp123 'https://x.x.x.x/api/cluster/counter/table'
{
"error": {
"message": "API not found",
"code": "3"
}
@coral temple that API was introduced in 9.11.1 perhaps you're running on an earlier version of ONTAP?