1
0
Fork 0
arangodb/Documentation/Examples/JSF_job_getStatusById_01.ge...

17 lines
418 B
Plaintext

shell> curl -X PUT --header 'x-arango-async: store' --dump - http://localhost:8529/_api/version
HTTP/1.1 202 Accepted
content-type: text/plain; charset=utf-8
x-arango-async-id: 751236196776
shell> curl -X PUT --dump - http://localhost:8529/_api/job/751236196776
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
x-arango-async-id: 751236196776
{
"server" : "arango",
"version" : "2.7.0-devel"
}