Python
import requests url = "https://{FUSION HOST}/api/solrAdmin/{solrApiPath}/{path}" response = requests.get(url) print(response.json())
Issue a Solr command to the search cluster.
The Solr API Path.
The path to the Solr command to run.
Was this page helpful?