File tree Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"endpointErrors" : {
3
+ "cluster.allocation_explain" : {
4
+ "request" : [
5
+ " Request: missing json spec query parameter 'index'" ,
6
+ " Request: missing json spec query parameter 'shard'" ,
7
+ " Request: missing json spec query parameter 'primary'" ,
8
+ " Request: missing json spec query parameter 'current_node'"
9
+ ],
10
+ "response" : []
11
+ },
3
12
"msearch" : {
4
13
"request" : [
5
14
" Request: query parameter 'allow_no_indices' does not exist in the json spec" ,
11
20
],
12
21
"response" : []
13
22
},
14
- "reindex" : {
15
- "request" : [
16
- " Request: query parameter 'require_alias' does not exist in the json spec"
17
- ],
18
- "response" : []
19
- },
20
23
"searchable_snapshots.clear_cache" : {
21
24
"request" : [
22
25
" Request: missing json spec query parameter 'index'"
Original file line number Diff line number Diff line change 19
19
]
20
20
},
21
21
"params" : {
22
+ "index" : {
23
+ "type" : " string" ,
24
+ "description" : " Specifies the name of the index that you would like an explanation for"
25
+ },
26
+ "shard" : {
27
+ "type" : " number" ,
28
+ "description" : " Specifies the ID of the shard that you would like an explanation for"
29
+ },
30
+ "primary" : {
31
+ "type" : " boolean" ,
32
+ "description" : " If true, returns explanation for the primary shard for the given shard ID"
33
+ },
34
+ "current_node" : {
35
+ "type" : " string" ,
36
+ "description" : " Specifies the node ID or the name of the node to only explain a shard that is currently located on the specified node"
37
+ },
22
38
"master_timeout" : {
23
39
"type" : " time" ,
24
40
"description" : " Timeout for connection to master node"
Original file line number Diff line number Diff line change 55
55
"max_docs" : {
56
56
"type" : " number" ,
57
57
"description" : " Maximum number of documents to process (default: all documents)"
58
+ },
59
+ "require_alias" : {
60
+ "type" : " boolean" ,
61
+ "default" : false ,
62
+ "description" : " When true, requires destination to be an alias."
58
63
}
59
64
},
60
65
"body" : {
You can’t perform that action at this time.
0 commit comments