File tree 6 files changed +30
-5
lines changed
x-pack/plugin/src/test/resources/rest-api-spec/api
6 files changed +30
-5
lines changed Original file line number Diff line number Diff line change @@ -330,6 +330,11 @@ See <<slm-api-delete-policy>>.
330
330
331
331
See <<slm-api-execute-lifecycle>>.
332
332
333
+ [role="exclude",id="slm-api-execute-policy"]
334
+ === {slm-init} execute lifecycle API
335
+
336
+ See <<slm-api-execute-lifecycle>>.
337
+
333
338
[role="exclude",id="slm-api-get"]
334
339
=== {slm-init} get policy API
335
340
@@ -340,7 +345,27 @@ See <<slm-api-get-policy>>.
340
345
341
346
See <<slm-api-get-stats>>.
342
347
348
+ [role="exclude",id="slm-get-status"]
349
+ === {slm-init} status API
350
+
351
+ See <<slm-api-get-status>>.
352
+
343
353
[role="exclude",id="slm-api-put"]
344
354
=== {slm-init} put policy API
345
355
346
356
See <<slm-api-put-policy>>.
357
+
358
+ [role="exclude",id="slm-start"]
359
+ === Start {slm} API
360
+
361
+ See <<slm-api-start>>.
362
+
363
+ [role="exclude",id="slm-stop"]
364
+ === Stop {slm} API
365
+
366
+ See <<slm-api-stop>>.
367
+
368
+ [role="exclude",id="eql-search"]
369
+ === EQL search API
370
+
371
+ See <<eql>>.
Original file line number Diff line number Diff line change 1
1
{
2
2
"eql.search" :{
3
3
"documentation" :{
4
- "url" :" https://www.elastic.co/guide/en/elasticsearch/reference/current/eql-search .html"
4
+ "url" :" https://www.elastic.co/guide/en/elasticsearch/reference/current/eql.html"
5
5
},
6
6
"stability" : " beta" ,
7
7
"url" :{
Original file line number Diff line number Diff line change 1
1
{
2
2
"slm.execute_lifecycle" :{
3
3
"documentation" :{
4
- "url" :" https://www.elastic.co/guide/en/elasticsearch/reference/current/slm-api-execute-policy .html"
4
+ "url" :" https://www.elastic.co/guide/en/elasticsearch/reference/current/slm-api-execute-lifecycle .html"
5
5
},
6
6
"stability" :" stable" ,
7
7
"url" :{
Original file line number Diff line number Diff line change 1
1
{
2
2
"slm.get_status" :{
3
3
"documentation" :{
4
- "url" :" https://www.elastic.co/guide/en/elasticsearch/reference/current/slm-get-status.html"
4
+ "url" :" https://www.elastic.co/guide/en/elasticsearch/reference/current/slm-api- get-status.html"
5
5
},
6
6
"stability" :" stable" ,
7
7
"url" :{
Original file line number Diff line number Diff line change 1
1
{
2
2
"slm.start" :{
3
3
"documentation" :{
4
- "url" :" https://www.elastic.co/guide/en/elasticsearch/reference/current/slm-start.html"
4
+ "url" :" https://www.elastic.co/guide/en/elasticsearch/reference/current/slm-api- start.html"
5
5
},
6
6
"stability" :" stable" ,
7
7
"url" :{
Original file line number Diff line number Diff line change 1
1
{
2
2
"slm.stop" :{
3
3
"documentation" :{
4
- "url" :" https://www.elastic.co/guide/en/elasticsearch/reference/current/slm-stop.html"
4
+ "url" :" https://www.elastic.co/guide/en/elasticsearch/reference/current/slm-api- stop.html"
5
5
},
6
6
"stability" :" stable" ,
7
7
"url" :{
You can’t perform that action at this time.
0 commit comments