This function shows account statistics for a specific reseller's accounts.
Calling this URL in WebHost Manager: https://cpaneldev.net:2087/xml-api/resellerstats?reseller=bob
will produce XML similar to:
<resellerstats>
<result>
<accts>
<bandwidthlimit>0.00</bandwidthlimit>
<bandwidthused>0.00</bandwidthused>
<deleted>1</deleted>
<diskquota>0.00</diskquota>
<diskused>0.00</diskused>
<domain>somedomain.tld</domain>
<package>deleted account</package>
<user>user</user>
</accts>
<accts>
<bandwidthlimit>1000.00</bandwidthlimit>
<bandwidthused>256.31</bandwidthused>
<deleted>0</deleted>
<diskquota>1000.00</diskquota>
<diskused>500.21</diskused>
<domain>otherdomain.tld</domain>
<package>gold</package>
<user>somed</user>
</accts>
<diskused>516.6</diskused>
<reseller>bob</reseller>
<status>1</status>
<statusmsg>Fetched Reseller Data OK</statusmsg>
<totalbwalloc>3200</totalbwalloc>
<totalbwused>1007.07</totalbwused>
<totaldiskalloc>1800</totaldiskalloc>
</result>
</resellerstats>
Copyright 2007 cPanel Inc.