This function returns the status of the convert addon domain to
account process for specified conversion jobs. For data about the conversion
status of all jobs, use the WHM API 1 convert_addon_fetch_conversion_details
function.
Important:
When you disable the Web Server role, the system disables this function.
HTTP Request was successful.
object An object that contains details about the conversion job's status. | |
object |
whmapi1 --output=jsonpretty \ convert_addon_get_conversion_status \ job_id='10'
{- "data": {
- "1": {
- "job_end_time": 1462383658,
- "job_id": "1",
- "job_status": "DONE",
- "source_acct": "user1"
}
}, - "metadata": {
- "command": "convert_addon_get_conversion_status",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}