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