shell> curl -X PUT --header 'x-arango-async: store' --dump - http://localhost:8529/_api/version
HTTP/1.1 202 Accepted
x-content-type-options: nosniff
x-arango-async-id: 153868370421426
content-type: text/plain; charset=utf-8
shell> curl --dump - http://localhost:8529/_admin/time
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
"time" : 1538683709.4013479,
"error" : false,
"code" : 200
}
shell> curl -X DELETE --dump - http://localhost:8529/_api/job/expired?stamp=1538683709.4013479
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
"result" : true
}
shell> curl --dump - http://localhost:8529/_api/job/pending
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
[ ]