parent
f617585dbd
commit
6b71621afc
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"slm.delete_lifecycle": {
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/slm-api.html",
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/slm-api-delete.html",
|
||||
"stability": "stable",
|
||||
"methods": [ "DELETE" ],
|
||||
"url": {
|
||||
"path": "/_slm/policy/{policy_id}",
|
||||
"paths": ["/_slm/policy/{policy_id}"],
|
||||
"parts": {
|
||||
"policy": {
|
||||
"policy_id": {
|
||||
"type" : "string",
|
||||
"description" : "The id of the snapshot lifecycle policy to remove"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"slm.execute_lifecycle": {
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/slm-api.html",
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/slm-api-execute.html",
|
||||
"stability": "stable",
|
||||
"methods": [ "PUT" ],
|
||||
"url": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"slm.get_lifecycle": {
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/slm-api.html",
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/slm-api-get.html",
|
||||
"stability": "stable",
|
||||
"methods": [ "GET" ],
|
||||
"url": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"slm.put_lifecycle": {
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/slm-api.html",
|
||||
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/slm-api-put.html",
|
||||
"stability": "stable",
|
||||
"methods": [ "PUT" ],
|
||||
"url": {
|
||||
|
|
Loading…
Reference in New Issue