Python
import requests url = "https://{FUSION HOST}/api/connectors/repository" response = requests.get(url) print(response.text)
200
connectorsFound
List the plugins available in the repository, optionally filtering by plugin name or partial name.
The plugin name or partial name, to filter the response.
OK
"lucidworks.web-v2"
"web-v2 (v2)"
"0.0.1"
"4.0.0"
"4.0.0/lucidworks.connector.web-v2/1.0.0/lucidworks.connector.web-v2-1.0.0.zip"
Was this page helpful?