<div dir="ltr">I&#39;ve been able to run the simple commands to enumerate quotas in a datacenter, and to select a quota by name.<div><br></div><div>What I can not figure out how to do is how to receive detailed information about a quota from the API.</div><div><br></div><div>Here&#39;s how I queried the basic information (using the python ovirtsdk module):</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">import ovirtsdk.api<br>api = ovirtsdk.api.API(url=url, username=name, password=password, ...)<br>datacenter = api.datacenters.get(name=&quot;my-data-center&quot;)<br>team_quota = datacenter.quotas.get(name=&quot;my-teams-quota&quot;)</blockquote><div><br></div><div>Which works well enough, but doesn&#39;t really provide any actual *valuable* information (just the name, id, description, that kind of stuff).</div><div><br></div><div>So where is the useful stuff hidden? The stuff of real value? I have not found any useful resources while scouring the Internet for this answer.</div><div><br></div><div><br></div><div>I want to be able to hit this API and ask for detailed information about the usage of a quota: How much capacity is my team allotted on a given storage domain? How much capacity are we presently consuming? Likewise with CPU/Memory allocation type quotas.</div><div><br></div><div>Is this possible, or a pipe dream?</div><div><br></div><div><br></div><div>Environment:</div><div><br></div><div><div style="font-size:12.8px">RHEVM Version: 3.5.6.0-1</div><div style="font-size:12.8px">Python SDK Version: 3.5.6.0-1</div></div><div><br></div><div><br></div><div>Thanks again folks!</div><div><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Tim Bielawa, Sr. ${::title}<br>Cell: 919.332.6411  | IRC: tbielawa (#platops)<br>1BA0 4FAB 4C13 FBA0 A036  4958 AD05 E75E 0333 AE37<br></div></div>
</div></div>