File tree 4 files changed +47
-5
lines changed
4 files changed +47
-5
lines changed Original file line number Diff line number Diff line change
1
+ $schema : ../../../json_schemas/test_story.schema.yaml
2
+
3
+ description : Test _refresh.
4
+
5
+ chapters :
6
+ - synopsis : Refresh all indices in the cluster.
7
+ path : /_refresh
8
+ method : GET
9
+ response :
10
+ status : 200
Original file line number Diff line number Diff line change
1
+ $schema : ../../../../json_schemas/test_story.schema.yaml
2
+
3
+ description : Test _remote/info.
4
+
5
+ prologues :
6
+ - method : PUT
7
+ path : /_cluster/settings
8
+ request :
9
+ payload :
10
+ transient :
11
+ cluster.remote :
12
+ cluster2 :
13
+ seeds :
14
+ - localhost:4242
15
+ chapters :
16
+ - synopsis : Retrieve information about remote clusters.
17
+ path : /_remote/info
18
+ method : GET
19
+ response :
20
+ status : 200
21
+ epilogues :
22
+ - method : PUT
23
+ path : /_cluster/settings
24
+ request :
25
+ payload :
26
+ transient :
27
+ cluster.remote.cluster2.seeds : []
Original file line number Diff line number Diff line change
1
+ $schema : ../../../json_schemas/test_story.schema.yaml
2
+
3
+ description : Test the _script_context endpoint to retrieve available script contexts.
4
+
5
+ chapters :
6
+ - synopsis : Retrieve available script contexts.
7
+ path : /_script_context
8
+ method : GET
9
+ response :
10
+ status : 200
Original file line number Diff line number Diff line change @@ -14,11 +14,6 @@ prologues:
14
14
year : 1991
15
15
status : [201]
16
16
chapters :
17
- - synopsis : Refresh.
18
- path : /_refresh
19
- method : POST
20
- response :
21
- status : 200
22
17
- synopsis : Refresh an index.
23
18
path : /{index}/_refresh
24
19
method : POST
You can’t perform that action at this time.
0 commit comments