Description
This function lists the account's trusted IP addresses.
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
Input |
Type |
Description |
Possible values |
Example |
account |
string |
The cPanel account. |
Any valid cPanel account. |
example.com |
Returns
Return |
Type |
Description |
Possible values |
Example |
ip |
string |
The account's IP address(es). |
A comma-separated list of IP addresses. |
192.168.0.20 |
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 |