A newer version is available. For the latest information, see the
current release documentation.
Resynchronize Deploymentsedit
Resynchronizes the search index for all the deployments.
Requestedit
POST /api/v1/deployments/_resync
Responsesedit
-
200
-
(
IndexSynchronizationResults
) The deployments resync operation executed successfully -
449
-
(
BasicFailedReply
) elevated permissions are required. (code: '"root.unauthorized.rbac.elevated_permissions_required"') -
500
-
(
BasicFailedReply
) The deployments resync operation failed (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/_resync \ -H "Authorization: ApiKey $ECE_API_KEY"