Reindex region indices

edit

Start reindex of all regional indices.

Request

edit

POST /api/v1/platform/infrastructure/adminconsoles/_reindex

Responses

edit
202

(EmptyResponse)

Started reindexing of regional indices.

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

Request example

edit
curl -XPOST https://{{hostname}}/api/v1/platform/infrastructure/adminconsoles/_reindex \
-H "Authorization: ApiKey $ECE_API_KEY"