You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rest-api-spec/src/main/resources/rest-api-spec/api/indices.recovery.json
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,28 @@
41
41
"type":"boolean",
42
42
"description":"Display only those recoveries that are currently on-going",
43
43
"default":false
44
+
},
45
+
"ignore_unavailable":{
46
+
"type":"boolean",
47
+
"description":"Whether specified concrete indices should be ignored when unavailable (missing or closed)",
48
+
"default":false
49
+
},
50
+
"allow_no_indices":{
51
+
"type":"boolean",
52
+
"description":"Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)",
53
+
"default":true
54
+
},
55
+
"expand_wildcards":{
56
+
"type":"enum",
57
+
"options":[
58
+
"open",
59
+
"closed",
60
+
"hidden",
61
+
"none",
62
+
"all"
63
+
],
64
+
"default":"open",
65
+
"description":"Whether to expand wildcard expression to concrete indices that are open, closed or both."
0 commit comments