A newer version is available. For the latest information, see the
current release documentation.
Resynchronize Deploymentedit
Immediately resynchronizes the search index for the selected deployment.
Requestedit
POST /api/v1/deployments/{deployment_id}/_resync
Path parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
Y |
Identifier for the deployment |
Responsesedit
-
200
-
(
IndexSynchronizationResults
) The deployment resync operation executed successfully -
449
-
(
BasicFailedReply
) elevated permissions are required. (code: '"root.unauthorized.rbac.elevated_permissions_required"') -
500
-
(
BasicFailedReply
) The deployment resync operation failed for deployment {deployment_id} (code: 'deployments.resync_failed')
To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.
Request exampleedit
curl -XPOST {{hostname}}/api/v1/deployments/{deployment_id}/_resync \ -H "Authorization: ApiKey $ECE_API_KEY"