SSL
Auto-Generated Certificates
Return AutoSSL log file's contents
This function returns the contents of an AutoSSL log file.
get/get_autossl_log
Query parameters
start_timestring ISO-8601 Date Time required
Example:2016-06-09T14:25:37.000Z
When the system created the log file.
Response
HTTP Request was successful.
Example response
{
"data": {
"payload": [
{
"contents": "This system has AutoSSL set to use cPanel (powered by Sectigo).",
"pid": 29189,
"timestamp": "2016-06-09T14:25:37.000Z",
"type": "out"
}
]
},
"metadata": {
"command": "get_autossl_log",
"reason": "OK",
"result": 1,
"version": 1
}
}