Python
import requests url = "https://{FUSION HOST}/api/connectors/schema/{connector}/types" response = requests.get(url) print(response.json())
[ "lucidworks.web-v2" ]
Return the plugin sub-types for the specified connector.
The connector ID.
OK
The response is of type string[].
string[]
Was this page helpful?