A newer version is available. For the latest information, see the
current release documentation.
Get snapshot repository
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Get snapshot repository
editRetrieves the snapshot repository configuration. To access the configuration contents, you must have privileged permissions.
Request
editGET /api/v1/platform/configuration/snapshots/repositories/{repository_name}
Path parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
Y |
The name of the snapshot repository configuration. |
Responses
edit-
200
-
Retrieve snapshot repository config
Request example
editcurl -XGET https://{{hostname}}/api/v1/platform/configuration/snapshots/repositories/{repository_name} \ -H "Authorization: ApiKey $ECE_API_KEY"