mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-30 11:58:36 +00:00
[SPEC] Renamed snapshot/restore apis
This commit is contained in:
parent
1b8e1f5595
commit
84e2e1c177
@ -1,5 +1,5 @@
|
||||
{
|
||||
"cluster.repositories.put": {
|
||||
"cluster.create_repository": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
||||
"methods": ["PUT", "POST"],
|
||||
"url": {
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"cluster.snapshots.create": {
|
||||
"cluster.create_snapshot": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
||||
"methods": ["PUT", "POST"],
|
||||
"url": {
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"cluster.repositories.delete": {
|
||||
"cluster.delete_repository": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
||||
"methods": ["DELETE"],
|
||||
"url": {
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"cluster.snapshots.delete": {
|
||||
"cluster.delete_snapshot": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
||||
"methods": ["DELETE"],
|
||||
"url": {
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"cluster.repositories.get": {
|
||||
"cluster.get_repository.json": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
||||
"methods": ["GET"],
|
||||
"url": {
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"cluster.snapshots.get": {
|
||||
"cluster.get_snapshot": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
||||
"methods": ["GET"],
|
||||
"url": {
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"cluster.snapshots.restore": {
|
||||
"cluster.restore_snapshot": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
||||
"methods": ["POST"],
|
||||
"url": {
|
Loading…
x
Reference in New Issue
Block a user