Python
import requests url = "https://{FUSION HOST}/api/solr" response = requests.get(url) print(response.text)
This response has no body data.
Internal-only.
Was this page helpful?