OpenSearch/rest-api-spec/api/indices.segments.json
Karel Minarik a55750dd70 [SETUP] Added the generated JSON skeleton files
Files were generated with the `thor api:generate:spec --force --verbose --crawl` command,
and based on the 0.90 branch (elasticsearch/elasticsearch@5ec4064).
2013-05-24 13:33:06 +02:00

24 lines
460 B
JSON

{
"indices.segments": {
"documentation": "http://elasticsearch.org/guide/reference/api/admin-indices-segments/",
"methods": ["GET"],
"url": {
"path": "/_segments",
"paths": ["/_segments", "/{index}/_segments"],
"parts": {
"index": {
}
},
"params": {
"index": {
},
"ignore_indices": {
},
"operation_threading": {
}
}
},
"body": null
}
}