mirror of https://gitee.com/bigwinds/arangodb
18 lines
327 B
Plaintext
18 lines
327 B
Plaintext
> curl -X GET --dump - http://localhost:8529/_api/collection/73482/count
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: application/json
|
|
|
|
{
|
|
"name": "UnitTestsCollectionBasics",
|
|
"code": 200,
|
|
"waitForSync": true,
|
|
"isVolatile": false,
|
|
"id": 73482,
|
|
"journalSize": 33554432,
|
|
"count": 0,
|
|
"status": 3,
|
|
"type": 2,
|
|
"error": false
|
|
}
|