Return AutoSSL check script cron entry

This function returns the cron entry for the autossl_check.pl AutoSSL certificate check script.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/get_autossl_check_schedule
Request samples
whmapi1 --output=jsonpretty \
  get_autossl_check_schedule
Response samples
application/json
{
  • "data": {
    • "cron": [
      • "54 1 * * *"
      ],
    • "next_time": "2016-06-09T06:00:00.000Z"
    },
  • "metadata": {
    • "command": "get_autossl_check_schedule",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}