Return AutoSSL disabled domains

This function lists the domains with AutoSSL disabled.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
apiversion
integer

The version of the API.

func
string

The name of the method called.

module
string

The name of the module called.

object
get/SSL/get_autossl_excluded_domains
Request samples
uapi --output=jsonpretty \
  --user=username \
  SSL \
  get_autossl_excluded_domains
Response samples
application/json
{
  • "apiversion": 3,
  • "func": "get_autossl_excluded_domains",
  • "module": "SSL",
  • "result": {
    • "data": [
      • {
        • "excluded_domain": "example.com"
        }
      ],
    • "errors": null,
    • "messages": null,
    • "metadata": { },
    • "status": 1,
    • "warnings": null
    }
}