A newer version is available. For the latest information, see the
current release documentation.
Resynchronize clustersedit
Asynchronously resynchronizes the search index for all APM clusters.
Requestedit
POST /api/v1/clusters/apm/_resync
Query parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
N |
When true, skips the document indexing when the version matches the in-memory copy. |
Responsesedit
-
202
-
(
ModelVersionIndexSynchronizationResults
) The ids of documents, organized by model version, that will be synchronized. -
449
-
(
BasicFailedReply
) Elevated permissions are required. (code:root.unauthorized.rbac.elevated_permissions_required
)Headers
-
x-cloud-error-codes
(string
; allowed values: [root.unauthorized.rbac.elevated_permissions_required
]) - The error codes associated with the response
-
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/clusters/apm/_resync \ -H "Authorization: ApiKey $ECE_API_KEY"