mirror of https://gitee.com/bigwinds/arangodb
17 lines
360 B
Plaintext
17 lines
360 B
Plaintext
shell> curl --data-binary @- --dump - http://localhost:8529/_api/collection/products/checksum
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: application/json; charset=utf-8
|
|
|
|
{
|
|
"id" : "1128621526",
|
|
"name" : "products",
|
|
"isSystem" : false,
|
|
"status" : 3,
|
|
"type" : 2,
|
|
"checksum" : 3429992264,
|
|
"revision" : "1128949206",
|
|
"error" : false,
|
|
"code" : 200
|
|
}
|