"GET snapshot/ all"의 두 판 사이의 차이

(새 문서: ==개요== ;GET _snapshot/_all <source lang='json'> { "my-repository" : { "type" : "fs", "settings" : { "compress" : "true", "location" : "/mnt/snapshots" }...)
 
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
13번째 줄: 13번째 줄:
}
}
</source>
</source>
==같이 보기==
* [[GET _snapshot/my-repository/_all]]
==참고==
* https://opendistro.github.io/for-elasticsearch-docs/docs/elasticsearch/snapshot-restore/#restore-snapshots

2020년 5월 20일 (수) 14:36 기준 최신판

1 개요[ | ]

GET _snapshot/_all
{
  "my-repository" : {
    "type" : "fs",
    "settings" : {
      "compress" : "true",
      "location" : "/mnt/snapshots"
    }
  }
}

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}