- URL:https://<root>/system/indexer/reconfigure
- Required Capability:Default administrator role | Security and infrastructure privilege
- Version Introduced:10.9.1
Description
The reconfigure operation re-creates the index service metadata, schema, and data in the event that they become corrupted. The reconfigure operation may not address out-of-sync indices where the counts in the database and index do not match.
Caution:
It's recommended to perform the reconfigure operation during system maintenance or downtime, as the operation may take a while to finish. During this time, portal content and search operations will be unavailable until operation is complete and the index service may not respond to index queries.
Request parameters
| Parameter | Details |
|---|---|
| f | The response format. The default format is html. Values: html | json | pjson |
Example usage
The following is a sample POST request for the reconfigure operation:
POST /webadaptor/portaladmin/system/indexer/reconfigure HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=pjsonJSON Response example
{"status": "success"}