mirror of https://gitee.com/bigwinds/arangodb
12 lines
334 B
Plaintext
12 lines
334 B
Plaintext
shell> curl --header 'x-arango-async: store' --dump - http://localhost:8529/_admin/sleep?duration=30
|
|
|
|
HTTP/1.1 202 Accepted
|
|
content-type: text/plain; charset=utf-8
|
|
x-arango-async-id: 146641305616450
|
|
|
|
shell> curl --dump - http://localhost:8529/_api/job/146641305616450
|
|
|
|
HTTP/1.1 204 No Content
|
|
content-type: text/plain; charset=utf-8
|
|
|