Cron history
GET /crons/test-cron-job/history HTTP/1.1HTTP/1.1 200 OK
Content-Type: application/json
[
{
"Status": "success",
"Job": "test-cron-job",
"StartedAt": 1478862900,
"FinishedAt": 1478862905,
"Container": "test-cron-job-1478862900",
"Message": "Job[test-cron-job] is success to run"
},
{
"Status": "running",
"Job": "test-cron-job",
"StartedAt": 1478863200,
"FinishedAt": 0,
"Container": "test-cron-job-1478863200",
"Message": "Job[test-cron-job] is running at 2016-11-11 11:20:00 +0000 UTC"
}
]Last updated