Example searches: “Updates the current account”, “User authentication information”, “rolling_grow_and_shrink”, “code”, “x-cloud-error-codes”
Immediately resynchronizes the search index for the selected deployment.
Identifier for the Deployment
The deployment resync operation executed successfully.
The ids of documents created in the index by index version
The ids of documents updated in the index by index version
The ids of documents deleted from the index by index version
The regions where document synchronization may have failed
The deployment resync operation failed for deployment {deployment_id}. (code: deployments.resync_failed)
deployments.resync_failed
The error codes associated with the response
Value is deployments.resync_failed.
A list of errors that occurred in the failing request
A structured code representing the error type that occurred
A human readable message describing the error that occurred
If the error can be tied to a specific field or fields in the user request, this lists those fields
curl \ --request POST 'https://{{hostname}}/api/v1/deployments/{deployment_id}/_resync' \ --user "username:password"