List Solr command options
import requests
url = "https://{FUSION HOST}/api/solrAdmin/{solrApiPath}/{path}"
response = requests.options(url)
print(response.text)This response has no body data.List Solr command options
Get the options for a Solr command.
OPTIONS
/
solrAdmin
/
{solrApiPath}
/
{path}
List Solr command options
import requests
url = "https://{FUSION HOST}/api/solrAdmin/{solrApiPath}/{path}"
response = requests.options(url)
print(response.text)This response has no body data.Was this page helpful?
⌘I