This function lists an account's domains the system excludes from AutoSSL.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ get_autossl_user_excluded_domains \ username='example'
{- "data": {
- "payload": [
- {
- "excluded_domain": "cpcalendars.example.com"
}
]
}, - "metadata": {
- "command": "get_autossl_user_excluded_domains",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}