Description
This function displays a domain's bandwidth usage data by month.
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 |
The domain and the current month's bandwidth usage, in bytes. |
The domain, a colon (:), and a positive integer. |
example.com: 672 |
date |
string |
The current month, in YYYY-MM format. |
A date in YYYY-MM format, where:
|
2014-04 |
reason |
string |
A reason for failure. Note: This function only returns a reason value if there was an error. |
A string that describes the error. |
This is an error message. |
result |
Boolean |
Whether the function succeeded. |
|
1 |