This function lists the items in the AutoSSL pending queue.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ get_autossl_pending_queue
{- "data": {
- "pending_certificates": [
- {
- "dcv_method": "http",
- "domain": "example.com",
- "order_item_id": "8675309",
- "request_time": "2016-10-12T21:02:56.000Z",
- "user": "username",
- "virtual_host": "example.com"
}
]
}, - "metadata": {
- "command": "get_autossl_pending_queue",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}