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