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:
172172 "attributes": {},
173173 "roles": [...],
174174 "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
178177 },
179178 "allocation_id": "2iNySv_OQVePRX-yaRH_lQ", <4>
180179 "allocation" : "primary|replica|unused" <5>
@@ -194,7 +193,6 @@ The API returns the following response:
194193// TESTRESPONSE[s/"roles": \[[^]]*\]/"roles": $body.$_path/]
195194// TESTRESPONSE[s/"8.10.0"/\$node_version/]
196195// TESTRESPONSE[s/"min_index_version": 7000099/"min_index_version": $body.$_path/]
197- // TESTRESPONSE[s/"min_index_version": 7000099/"min_index_version": $body.$_path/]
198196// TESTRESPONSE[s/"max_index_version": 8100099/"max_index_version": $body.$_path/]
199197
200198
You can’t perform that action at this time.
0 commit comments