Description
This function retrieves the default archiving configurations.
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
Warning:
Make certain that you use the correct parameters when you call this function. The function does not return errors if you pass invalid parameters.
Parameter |
Type |
Description |
Possible values |
Example |
domain |
string |
The domain to query. If you do not use this parameter, the function lists the account's default configuration. |
A valid domain on the cPanel account. |
example.com |
Returns
Return |
Type |
Description |
Possible values |
Example |
direction |
string |
The message type. |
|
outgoing |
retention_period |
integer |
The message retention period. |
|
14 |
enabled |
Boolean |
Whether archiving is enabled. |
|
1 |
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 |