Description
This function returns a domain's IP address.
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 |
domain |
string |
Required The domain. |
A valid domain name on the account. |
example.com |
Returns
Return |
Type |
Description |
Possible values |
Example |
domain |
string |
The domain. |
The domain input parameter's value. |
example.com |
statusmsg |
string |
Whether the IP address resolved. |
|
Resolved |
ip |
string |
The domain's IP address. |
An IP address. |
192.168.0.20 |
status |
string |
Whether the query succeeded. |
|
1 |
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 |