Skip to content

How to get tiering usage data? #2228

Answered by Hardikl
wooyoungAhn asked this question in Q&A
Discussion options

You must be logged in to vote

As per the Ontap REST docs, these fields were already been added in 9.8 release.

Sure, I am sharing the Zapi side changes for collecting the same metrics.
As this is using different api volume-footprint-get-iter than volume-get-iter, We won't be extending volume.yaml file here.


Below steps are for ZAPI collector for volume_footprint object.
We are going to create a new template and add it to your custom.yaml. In the commands below, Harvest is installed in /opt/harvest.
Adjust as needed.

  1. Edit vi /opt/harvest/conf/zapi/custom.yaml.
  2. Add below content to this file. If custom.yaml already exists then add the VolumeFootprint line under the objects: section.
objects:
  VolumeFootprint:       …

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by wooyoungAhn
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@wooyoungAhn
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants