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 @@ -331,6 +331,11 @@ See <<slm-api-delete-policy>>.
331
331
332
332
See <<slm-api-execute-lifecycle>>.
333
333
334
+ [role="exclude",id="slm-api-execute-policy"]
335
+ === {slm-init} execute lifecycle API
336
+
337
+ See <<slm-api-execute-lifecycle>>.
338
+
334
339
[role="exclude",id="slm-api-get"]
335
340
=== {slm-init} get policy API
336
341
@@ -341,7 +346,27 @@ See <<slm-api-get-policy>>.
341
346
342
347
See <<slm-api-get-stats>>.
343
348
349
+ [role="exclude",id="slm-get-status"]
350
+ === {slm-init} status API
351
+
352
+ See <<slm-api-get-status>>.
353
+
344
354
[role="exclude",id="slm-api-put"]
345
355
=== {slm-init} put policy API
346
356
347
357
See <<slm-api-put-policy>>.
358
+
359
+ [role="exclude",id="slm-start"]
360
+ === Start {slm} API
361
+
362
+ See <<slm-api-start>>.
363
+
364
+ [role="exclude",id="slm-stop"]
365
+ === Stop {slm} API
366
+
367
+ See <<slm-api-stop>>.
368
+
369
+ [role="exclude",id="eql-search"]
370
+ === EQL search API
371
+
372
+ 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