Query regarding probe for usage_metering
search cancel

Query regarding probe for usage_metering

book

Article ID: 265333

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM) CA Unified Infrastructure Management On-Premise (Nimsoft / UIM) CA Unified Infrastructure Management SaaS (Nimsoft / UIM)

Issue/Introduction

The specific ontap calls that are made by the probe to collect the total capacity.
We are using NetApp Api Library to fetch the details of the storage, so with the given inputs, library internally creates payload and hit the server.

Customer now asks:
Regarding the NetApp API library could you share us the specific call in the library that is made for total capacity?

Environment

  • UIM: 20.4
  • usage_metering: 9.32

 

Resolution

Its not easy to trace the api calls, as this is hitting from library, we usually have api documentation for netapp_ontap online

https://library.netapp.com/ecmdocs/ECMLP2879970/html/index.html 

we call the library and library internally creates api, we cant check each and every step of api from library.

As we are using library we cant give specific api calls.