[SPEC] Renamed snapshot/restore apis

This commit is contained in:
Clinton Gormley 2014-01-16 16:32:21 +01:00
parent 1b8e1f5595
commit 84e2e1c177
7 changed files with 7 additions and 7 deletions

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {