File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -172,9 +172,8 @@ The API returns the following response:
172
172
"attributes": {},
173
173
"roles": [...],
174
174
"version": "8.10.0",
175
- "min_index_version": 8000099,
176
- "min_read_only_index_version": 7000099,
177
- "max_index_version": 9004000
175
+ "min_index_version": 7000099,
176
+ "max_index_version": 8100099
178
177
},
179
178
"allocation_id": "2iNySv_OQVePRX-yaRH_lQ", <4>
180
179
"allocation" : "primary|replica|unused" <5>
@@ -194,7 +193,6 @@ The API returns the following response:
194
193
// TESTRESPONSE[s/"roles": \[[^]]*\]/"roles": $body.$_path/]
195
194
// TESTRESPONSE[s/"8.10.0"/\$node_version/]
196
195
// TESTRESPONSE[s/"min_index_version": 7000099/"min_index_version": $body.$_path/]
197
- // TESTRESPONSE[s/"min_index_version": 7000099/"min_index_version": $body.$_path/]
198
196
// TESTRESPONSE[s/"max_index_version": 8100099/"max_index_version": $body.$_path/]
199
197
200
198
You can’t perform that action at this time.
0 commit comments