A newer version is available. For the latest information, see the
current release documentation.
Reindex region indices
editReindex region indices
editStart reindex of all regional indices.
Request
editPOST /api/v1/platform/infrastructure/adminconsoles/_reindex
Responses
edit-
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 example
editcurl -XPOST https://{{hostname}}/api/v1/platform/infrastructure/adminconsoles/_reindex \ -H "Authorization: ApiKey $ECE_API_KEY"