This function returns the list of the latest Domain Control Validation (DCV) problems for a cPanel user.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ get_autossl_problems_for_user \ username='username'
{- "data": {
- "problems_by_domain": [
- {
- "domain": "doesnotexist.example.com",
- "log": "2017-09-07T03:51:01.000Z",
- "problem": "doesnotexist.example.com does not resolve to any IPv4 addresses on the internet.",
- "time": "2017-08-12T21:02:56.000Z"
}
]
}, - "metadata": {
- "command": "get_autossl_problems_for_user",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}