This function returns a list of addon domains undergoing conversion into cPanel accounts.
Important:
When you disable the Web Server role, the system disables this function.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ convert_addon_list_conversions
{- "data": {
- "conversions": [
- {
- "domain": "example.com",
- "end_time": 1462216653,
- "job_id": 1,
- "source_acct": "example",
- "start_time": 1462216639,
- "status": "DONE",
- "target_acct": "example2"
}
]
}, - "metadata": {
- "command": "convert_addon_list_conversions",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}