Skip to content

Commit 478eb8c

Browse files
committed
[DOCS] Add links to SLM and snapshot APIs
1 parent 4da0180 commit 478eb8c

25 files changed

+150
-3
lines changed

docs/reference/slm/apis/slm-api.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
[[snapshot-lifecycle-management-api]]
33
== {slm-cap} APIs
44

5+
.New API reference
6+
[sidebar]
7+
--
8+
For the most up-to-date API details, refer to {api-es}/group/endpoint-slm[{slm-cap} APIs].
9+
--
10+
511
You use the following APIs to set up policies to automatically take snapshots and
612
control how long they are retained.
713

docs/reference/slm/apis/slm-delete.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<titleabbrev>Delete policy</titleabbrev>
66
++++
77

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/group/endpoint-slm[{slm-cap} APIs].
12+
--
13+
814
Deletes an existing snapshot lifecycle policy.
915

1016
[[slm-api-delete-lifecycle-request]]

docs/reference/slm/apis/slm-execute-retention.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<titleabbrev>Execute snapshot retention policy</titleabbrev>
66
++++
77

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/group/endpoint-slm[{slm-cap} APIs].
12+
--
13+
814
Deletes any snapshots that are expired according to the policy's retention rules.
915

1016
[[slm-api-execute-retention-request]]

docs/reference/slm/apis/slm-execute.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<titleabbrev>Execute snapshot lifecycle policy</titleabbrev>
66
++++
77

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/group/endpoint-slm[{slm-cap} APIs].
12+
--
13+
814
Immediately creates a snapshot according to the lifecycle policy,
915
without waiting for the scheduled time.
1016

docs/reference/slm/apis/slm-get-status.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
<titleabbrev>Get {slm} status</titleabbrev>
88
++++
99

10+
.New API reference
11+
[sidebar]
12+
--
13+
For the most up-to-date API details, refer to {api-es}/group/endpoint-slm[{slm-cap} APIs].
14+
--
15+
1016
Retrieves the status of {slm} ({slm-init}).
1117

1218
[[slm-api-get-status-request]]

docs/reference/slm/apis/slm-get.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<titleabbrev>Get policy</titleabbrev>
66
++++
77

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/group/endpoint-slm[{slm-cap} APIs].
12+
--
13+
814
Retrieves one or more snapshot lifecycle policy definitions and
915
information about the latest snapshot attempts.
1016

docs/reference/slm/apis/slm-put.asciidoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
<titleabbrev>Create or update policy</titleabbrev>
55
++++
66

7-
Creates or updates a snapshot lifecycle policy.
7+
.New API reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-slm[{slm-cap} APIs].
11+
--
812

13+
Creates or updates a snapshot lifecycle policy.
914

1015
[[slm-api-put-request]]
1116
==== {api-request-title}

docs/reference/slm/apis/slm-start.asciidoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
[role="xpack"]
22
[[slm-api-start]]
33
=== Start {slm} API
4-
54
[subs="attributes"]
65
++++
76
<titleabbrev>Start {slm}</titleabbrev>
87
++++
98

9+
.New API reference
10+
[sidebar]
11+
--
12+
For the most up-to-date API details, refer to {api-es}/group/endpoint-slm[{slm-cap} APIs].
13+
--
14+
1015
Turns on {slm} ({slm-init}).
1116

1217
[[slm-api-start-request]]

docs/reference/slm/apis/slm-stats.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<titleabbrev>Get snapshot lifecycle stats</titleabbrev>
66
++++
77

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/group/endpoint-slm[{slm-cap} APIs].
12+
--
13+
814
Returns global and policy-level statistics about actions taken by {slm}.
915

1016
[[slm-api-stats-request]]

docs/reference/slm/apis/slm-stop.asciidoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
[role="xpack"]
22
[[slm-api-stop]]
33
=== Stop {slm} API
4-
54
[subs="attributes"]
65
++++
76
<titleabbrev>Stop {slm}</titleabbrev>
87
++++
98

9+
.New API reference
10+
[sidebar]
11+
--
12+
For the most up-to-date API details, refer to {api-es}/group/endpoint-slm[{slm-cap} APIs].
13+
--
14+
1015
Turn off {slm} ({slm-init}).
1116

1217
[[slm-api-stop-request]]

0 commit comments

Comments
 (0)