Hi Team,
One of our customers is looking for an API that can provide performance capacity used and available values, similar to what we get using AIQUM. They have been using the AIQUM API to obtain performance capacity used values to determine the best node within a cluster for provisioning new volumes. Recently, they decided to decommission AIQUM and are now looking to extract the same performance capacity used values using a direct ONTAP API.
I was suggested to use the following REST APIs:
https://cluster_mgmt_ip/api/cluster/counter/tables/headroom_cpu/rows/{instance_id}
https://cluster_mgmt_ip/api/cluster/counter/tables/headroom_aggregate/rows/{instance_id_f}
However, the output does not provide performance capacity used details directly and seems to require some calculations. We are looking for the best way to use an API to determine the most suitable node based on performance for provisioning a new volume.