This function returns the most recent AutoSSL pending queue information for a specific domain.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ get_autossl_pending_queue_for_domain \ domain='example.com'
{- "data": {
- "queue_by_domain": [
- {
- "dcv_methods": [
- "http",
- "dns"
], - "domains": [
- "example.com",
- "www.example.com"
], - "last_poll_time": "2017-08-19T13:27:03.000Z",
- "order_item_id": "12345678",
- "request_time": "2017-08-12T21:02:56.000Z",
- "vhost_name": "example.com"
}
]
}, - "metadata": {
- "command": "get_autossl_pending_queue_for_domain",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}