Description
This function fetches all of the account's zone files.
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 |
statusmsg |
string |
A status message from the DNS server. |
A string. |
|
status |
Boolean |
Whether the function succeeded. |
|
1 |
zones |
hash |
An array of hashes that represent each line in a zone file. |
This parameter contains the domain name array. |
|
domain name |
array |
The domain's zone file. Note: The domain name is the return's name. The function returns this value in the zoneshash.
|
A valid domain name. |
example.com |
reason |
string |
A reason for failure. Note: This function only returns a reasonvalue if it failed. |
A string that describes the error. |
This is an error message. |
result |
Boolean |
Whether the function succeeded. |
|
1 |