1. Index Exist
Path and HTTP methods
HEAD /<index-name>
|
** https://opensearch.org/docs/latest/opensearch/rest-api/index-apis/exists/
2. Delete Index
Path and HTTP methods
DELETE /<index-name>
|
** https://opensearch.org/docs/latest/opensearch/rest-api/index-apis/delete-index/
3. Get Index
Path and HTTP methods
GET /<index-name>
|
** https://opensearch.org/docs/latest/opensearch/rest-api/index-apis/get-index/
4. Close Index
Path and HTTP methods
POST /<index-name>/_close
|
** https://opensearch.org/docs/latest/opensearch/rest-api/index-apis/close-index/
5. Open Index
Path and HTTP methods
POST /<index-name>/_open
|
** https://opensearch.org/docs/latest/opensearch/rest-api/index-apis/open-index/
6. Shrink Index
Path and HTTP methods
POST /<index-name>/_shrink/<target-index>
|
** https://opensearch.org/docs/latest/opensearch/rest-api/index-apis/shrink-index/
7. Clone Index
Path and HTTP methods
POST /<source-index>/_clone/<target-index>
PUT /<source-index>/_clone/<target-index>
|
** https://opensearch.org/docs/latest/opensearch/rest-api/index-apis/clone/
8. Split Index
Path and HTTP methods
POST /<source-index>/_split/<target-index>
PUT /<source-index>/_split/<target-index>
|
** https://opensearch.org/docs/latest/opensearch/rest-api/index-apis/split/
반응형
'OpenSearch (ElasticSearch)' 카테고리의 다른 글
[API] Ingest APIs (0) | 2022.03.18 |
---|---|
[15] 스냅샷 생성 및 복원 (0) | 2022.03.18 |
[14] 샤드 인덱싱 backpressure (인덱싱 작업 부하에 대한 조정) (0) | 2022.03.18 |
[13] OpenSearch Logs (0) | 2022.03.18 |
[12] 검색 템플릿 (0) | 2022.03.18 |