This function lists the domains with AutoSSL disabled.
uapi --output=jsonpretty \ --user=username \ SSL \ get_autossl_excluded_domains
{- "apiversion": 3,
- "func": "get_autossl_excluded_domains",
- "module": "SSL",
- "result": {
- "data": [
- {
- "excluded_domain": "example.com"
}
], - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}