List the plugin sub-types
import requests
url = "https://{FUSION HOST}/api/connectors/plugins/{connector}/types"
response = requests.get(url)
print(response.text)[
"lucidworks.web-v2"
]List the plugin sub-types
Return the plugin types for the specified connector. Each connector has one or more plugin types. The sub-type might be the same as the connector type.
GET
/
connectors
/
plugins
/
{connector}
/
types
List the plugin sub-types
import requests
url = "https://{FUSION HOST}/api/connectors/plugins/{connector}/types"
response = requests.get(url)
print(response.text)[
"lucidworks.web-v2"
]Path Parameters
The connector ID.
Response
200 - application/json
OK
Was this page helpful?
⌘I