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