IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Verify snapshot repository API
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Verify snapshot repository API
editChecks for common misconfigurations in a snapshot repository. See Verify a repository.
response = client.snapshot.verify_repository( repository: 'my_repository' ) puts response
POST /_snapshot/my_repository/_verify
Request
editPOST /_snapshot/<repository>/_verify
Prerequisites
edit-
If the Elasticsearch security features are enabled, you must have the
managecluster privilege to use this API.
Path parameters
edit-
<repository> - (Required, string) Name of the snapshot repository to verify.
Query parameters
edit-
master_timeout -
(Optional, time units) Specifies the period of time to wait for
a connection to the master node. If no response is received before the timeout
expires, the request fails and returns an error. Defaults to
30s. -
timeout -
(Optional, time units) Specifies the period of time to wait for
a response. If no response is received before the timeout expires, the request
fails and returns an error. Defaults to
30s.
Response body
edit-
nodes -
(object)
Properties of
nodesobjects-
<node_id> -
(object) Contains information about a node connected to the snapshot repository.
The key is the ID of the node.
Properties of
<node_id>-
name -
(string) Human-readable name for the node.
You can set this name using the
node.nameproperty inelasticsearch.yml. Defaults to the machine’s hostname.
-
-