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.
To learn more, please review the information in this blog post.

Software Development Kit (SDK) and API Discussions

perf-object-get-instances for object "aggregate"

teksreenath
2,604 Views

In the API results of perf-object-get-instances for object "aggregate", for one of the count-name we have received very big value. 

Something like,

 

<name>total_transfers</name>
<value>18446735317342082409</value>

 

For parsing we do Long.parseLong() method, for this value exceeds the max limit for long. So need to use BigInteger. 

 

I would like to know if it will be a valid value from ONTAP API? How can we verify this? Can someone gives insights on this?

 

Thanks,

0 REPLIES 0
Public