Return AutoSSL log files

This function lists the AutoSSL feature's log files.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/get_autossl_logs_catalog
Request samples
whmapi1 --output=jsonpretty \
  get_autossl_logs_catalog
Response samples
application/json
{
  • "data": {
    • "payload": [
      • {
        • "in_progress": 1,
        • "provider": "cPanel",
        • "start_time": "2016-06-09T14:25:37.000Z",
        • "username": "username"
        }
      ]
    },
  • "metadata": {
    • "command": "get_autossl_logs_catalog",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}