Description
This function lists parked domains, addon domains, and main domains.
Warning:
We strongly recommend that you use the following UAPI function instead of this function:
-
DomainInfo::list_domains
— This function lists the cPanel account's domains.
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 |
A list of the account's domains. |
A comma-separated list of domains on the account. |
example.com, subexample.com |
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 |