Description
This function displays a domain's monthly bandwidth statistics.
Warning:
We strongly recommend that you use UAPI instead of cPanel API 2. However, no equivalent UAPI function exists.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
This function does not accept parameters.
Returns
Return |
Type |
Description |
Possible values |
Example |
bw |
hash |
A hash of the type and amount of bandwidth data that the account uses. |
This hash includes the http, ftp, imap,smtp, and date returns. |
|
http |
integer |
The amount HTTP bandwidth, in bytes. The function returns this value in the bw hash. |
A positive integer. |
672 |
ftp |
integer |
The amount FTP bandwidth, in bytes. The function returns this value in the bw hash. |
A positive integer. |
345 |
imap |
integer |
The amount IMAP bandwidth, in bytes. The function returns this value in the bw hash. |
A positive integer. |
3386 |
smtp |
integer |
The amount of SMTP bandwidth, in bytes. The function returns this value in the bw hash. |
A positive integer. |
875 |
date |
string |
The month of the bandwidth type's last transfer, in YYYY-MM format. The function returns this value in the bw hash. |
A date in YYYY-MM format, where:
|
2014-04 |
reason |
string |
A reason for failure. Note: This function only returns a reasonvalue if there was an error. |
A string that describes the error. |
This is an error message. |
result |
Boolean |
Whether the function succeeded. |
|
1 |