We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489a396 commit 7131c0fCopy full SHA for 7131c0f
rest-api-spec/src/main/resources/rest-api-spec/test/remote_store.restore/10_basic.yml
@@ -1,5 +1,8 @@
1
---
2
"Basic remote store restore API call":
3
+ - skip:
4
+ version: " - 2.99.99"
5
+ reason: "remote store restore API only supported since 3.0.0"
6
7
- do:
8
remote_store.restore:
@@ -12,6 +15,9 @@
12
15
- match: { remote_store.shards.failed : 0 }
13
16
14
17
"Error no indices":
18
19
20
21
22
23
catch: bad_request
0 commit comments