1
0
Fork 0
arangodb/Documentation/Examples/RestTasksListOne.generated

17 lines
451 B
Plaintext

shell> curl --dump - http://localhost:8529/_api/tasks/statistics-average-collector
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
{
"id" : "statistics-average-collector",
"name" : "statistics-average-collector",
"type" : "periodic",
"period" : 900,
"created" : 1439371910.188358,
"command" : "require('org/arangodb/statistics').historianAverage();",
"database" : "_system",
"error" : false,
"code" : 200
}