This post is more than 5 years old
2 Posts
0
825
September 20th, 2011 05:00
Get pool quota using java API
Hello,
Our company has a Centera system with several application pools.
Using java API, we manage to get the cluster free and available bytes.
Is there a way to get this data for each of the application pools? We get this info in the daily health report mail, so we assume there must be a way to retrieve it, but we've been unable to find out how.
Kind regards,
Juan Manuel
No Events found!
holgerjakob_c0722c
2 Intern
•
337 Posts
0
September 21st, 2011 07:00
Hi Juan
You have to use the monitoring API to get the monitoring stream. There you find all you need. It is a lot of information but we've done such things for our customers to integrate into their billing systems. Also we use the monitoring API for your managed services where we really use most of the information the monitoring API gives us about the Centera.
Your profile will have to have an obfuscated secret and the monitoring capability enabled.
Holger
juanman80
2 Posts
0
September 21st, 2011 07:00
Hi, Holger. Thanks for your answer.
We've been able to retrieve an XML and parse it to get the desired data.