- URL:https://<indexer-url>/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 it becomes corrupted. This operation may take a while to finish. During this time, the index service may not respond to index queries. Keep in mind that reconfigure may not address out-of-sync indices, where the counts in the database and index do not match.
Caution:
ArcGIS Enterprise portal content and search operations will be unavailable until the reindex is complete. Performing the reindex operation during system maintenance or downtime is recommended.
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=pjson
JSON Response example
{"status": "success"}