shell> curl -X POST --header 'x-arango-async: store' --data-binary @- --dump - http://localhost:8529/_api/transaction <<EOF
{
"collections" : {
"read" : [
"_frontend"
]
},
"action" : "function () {require('internal').sleep(15.0);}"
}
EOF
HTTP/1.1 202 Accepted
content-type: text/plain; charset=utf-8
x-arango-async-id: 151137490330249
x-content-type-options: nosniff
shell> curl --dump - http://localhost:8529/_api/job/151137490330249
HTTP/1.1 204 No Content
content-type: text/plain; charset=utf-8
x-content-type-options: nosniff