A newer version is available. For the latest information, see the
current release documentation.
Set snapshot repositoryedit
Creates or updates the snapshot repository configuration.
Requestedit
PUT /api/v1/platform/configuration/snapshots/repositories/{repository_name}
Path parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
Y |
The name of the snapshot repository configuration. |
Query parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
N |
Checks for conflicts against the metadata version, then returns the value in the |
Request bodyedit
(SnapshotRepositoryConfiguration
) (required) The Elasticsearch snapshot repository configuration
Responsesedit
-
200
-
(
RepositoryConfig
) New snapshot repository config -
449
-
(
BasicFailedReply
) elevated permissions are required. (code: '"root.unauthorized.rbac.elevated_permissions_required"')
To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.
Request exampleedit
curl -XPUT {{hostname}}/api/v1/platform/configuration/snapshots/repositories/{repository_name} \ -H "Authorization: ApiKey $ECE_API_KEY" \ -H 'Content-Type: application/json' \ -d ' { "settings" : {}, "type" : "string" } '