Reindex region indicesedit
Start reindex of all regional indices.
Requestedit
POST /api/v1/platform/infrastructure/adminconsoles/_reindex
Responsesedit
-
202
-
Started reindexing of regional indices.
-
449
-
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"