Reindex region indicesedit

Start reindex of all regional indices.

Requestedit

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

Responsesedit

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 exampleedit

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