Return items in the AutoSSL queue

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.

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_pending_queue
Request samples
uapi --output=jsonpretty \
  --user=username \
  SSL \
  get_autossl_pending_queue
Response samples
application/json
{
  • "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
    }
}