1
0
Fork 0
arangodb/Doxygen/Examples.AvocadoDB/api-index-all-indexes

28 lines
418 B
Plaintext

> curl -X GET --dump - http://localhost:8529/_api/index/115221776
HTTP/1.1 200 OK
content-type: application/json
{
"code": 200,
"indexes": [
{
"fields": [
"_id"
],
"id": "176836793/0",
"type": "primary"
}
],
"error": false,
"identifiers": {
"176836793/0": {
"fields": [
"_id"
],
"id": "176836793/0",
"type": "primary"
}
}
}