File tree Expand file tree Collapse file tree 1 file changed +0
-38
lines changed
rest-api-spec/src/main/resources/rest-api-spec/test/indices.get_alias Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -20,52 +20,14 @@ setup:
2020---
2121" Get all aliases via /_alias " :
2222
23- - do :
24- indices.create :
25- index : test_index_3
26-
2723 - do :
2824 indices.get_alias : {}
2925
3026 - match : {test_index.aliases.test_alias: {}}
3127 - match : {test_index.aliases.test_blias: {}}
3228 - match : {test_index_2.aliases.test_alias: {}}
3329 - match : {test_index_2.aliases.test_blias: {}}
34- - match : {test_index_3.aliases: {}}
35-
36- ---
37- " Get aliases via /_alias/_all " :
38-
39- - do :
40- indices.create :
41- index : test_index_3
42-
43- - do :
44- indices.get_alias :
45- name : _all
46-
47- - match : {test_index.aliases.test_alias: {}}
48- - match : {test_index.aliases.test_blias: {}}
49- - match : {test_index_2.aliases.test_alias: {}}
50- - match : {test_index_2.aliases.test_blias: {}}
51- - is_false : test_index_3
52-
53- ---
54- " Get aliases via /_alias/* " :
5530
56- - do :
57- indices.create :
58- index : test_index_3
59-
60- - do :
61- indices.get_alias :
62- name : _all
63-
64- - match : {test_index.aliases.test_alias: {}}
65- - match : {test_index.aliases.test_blias: {}}
66- - match : {test_index_2.aliases.test_alias: {}}
67- - match : {test_index_2.aliases.test_blias: {}}
68- - is_false : test_index_3
6931
7032---
7133" Get all aliases via /{index}/_alias/ " :
You can’t perform that action at this time.
0 commit comments