curl --request POST \
--url https://{FUSION HOST}/api/solrAdmin/{solrApiPath}/{path} \
--header 'Content-Type: */*' \
--data '{}'
Issue a Solr command to the search cluster.
curl --request POST \
--url https://{FUSION HOST}/api/solrAdmin/{solrApiPath}/{path} \
--header 'Content-Type: */*' \
--data '{}'
The Solr API Path.
The path to the Solr command to run.
Solr request body.
The body is of type object
.
Was this page helpful?