Description
This function displays domains that have Webalizer statistics available.
Warnings:
- You must authenticate as the cPanel user that you specify in the
account
parameter to call this function. - 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 |
domain |
string |
The domain names. |
Any valid domains on the server. |
example.com |
user |
string |
The authenticated user. |
Any valid username. |
user |
dir |
integer |
The directory that contains the Webalizer data. |
Any valid directory name on the server. |
/stats |
text |
string |
The domains with Webalizer stats available. |
Any valid domains on the server. |
example.com |
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 |