mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-04-02 13:29:06 +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",
|
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
||||||
"methods": ["PUT", "POST"],
|
"methods": ["PUT", "POST"],
|
||||||
"url": {
|
"url": {
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"cluster.snapshots.create": {
|
"cluster.create_snapshot": {
|
||||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
||||||
"methods": ["PUT", "POST"],
|
"methods": ["PUT", "POST"],
|
||||||
"url": {
|
"url": {
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"cluster.repositories.delete": {
|
"cluster.delete_repository": {
|
||||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
||||||
"methods": ["DELETE"],
|
"methods": ["DELETE"],
|
||||||
"url": {
|
"url": {
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"cluster.snapshots.delete": {
|
"cluster.delete_snapshot": {
|
||||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
||||||
"methods": ["DELETE"],
|
"methods": ["DELETE"],
|
||||||
"url": {
|
"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",
|
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
||||||
"methods": ["GET"],
|
"methods": ["GET"],
|
||||||
"url": {
|
"url": {
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"cluster.snapshots.get": {
|
"cluster.get_snapshot": {
|
||||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
||||||
"methods": ["GET"],
|
"methods": ["GET"],
|
||||||
"url": {
|
"url": {
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"cluster.snapshots.restore": {
|
"cluster.restore_snapshot": {
|
||||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/modules-snapshots.html",
|
||||||
"methods": ["POST"],
|
"methods": ["POST"],
|
||||||
"url": {
|
"url": {
|
Loading…
x
Reference in New Issue
Block a user