This function lists the items in the AutoSSL queue.
Important:
When you disable the Calendars and Contacts, Receive Mail, Web Disk, Webmail, and Web Server roles, the system disables this function.
uapi --output=jsonpretty \ --user=username \ SSL \ get_autossl_pending_queue
{- "apiversion": 3,
- "func": "get_autossl_pending_queue",
- "module": "SSL",
- "result": {
- "data": [
- {
- "dcv_methods": [
- "http"
], - "domain": "example.com",
- "last_poll_time": "2019-12-12T21:06:53.000Z",
- "order_item_id": "8675309",
- "request_time": "2016-10-12T21:02:56.000Z",
- "vhost_name": "example.com"
}
], - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}