Difference between revisions of "POST / close"

From wikieduonline
Jump to navigation Jump to search
(Created page with " /your_index/_close {{Elasticsearch}}")
 
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-close.html
 
  /your_index/_close
 
  /your_index/_close
 +
{"acknowledged":true,"shards_acknowledged":true,"indices":{"your-index-name":{"closed":true}}}
  
 +
{"error":{"root_cause":[{"type":"parse_exception","reason":"request body is required"}],"type":"parse_exception","reason":"request body is required"},"status":400}
  
{{Elasticsearch}}
+
 
 +
{"acknowledged":true,"shards_acknowledged":true,"indices":{"your-index":{"closed":true}}}
 +
 
 +
 
 +
[[Index]]
 +
 
 +
[[/_cat/indices]]
 +
[[/_restore]]
 +
 
 +
 
 +
== Realted ==
 +
* <code>[[curl --header]]</code>
 +
{{cat API}}
 +
 
 +
== See also ==
 +
* {{Elasticsearch}}
 +
 
 +
 
 +
[[Category:Elasticsearch]]

Latest revision as of 20:11, 20 September 2022

Advertising: