All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.snapshot.get_repository.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "snapshot.get_repository":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html",
      "description":"Returns information about a repository."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_snapshot",
          "methods":[
            "GET"
          ]
        },
        {
          "path":"/_snapshot/{repository}",
          "methods":[
            "GET"
          ],
          "parts":{
            "repository":{
              "type":"list",
              "description":"A comma-separated list of repository names"
            }
          }
        }
      ]
    },
    "params":{
      "master_timeout":{
        "type":"time",
        "description":"Explicit operation timeout for connection to master node"
      },
      "local":{
        "type":"boolean",
        "description":"Return local information, do not retrieve the state from master node (default: false)"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy