Skip to main content
GET
/
connectors
/
schema
/
{connector}
/
types
List the plugin sub-types
import requests

url = "https://{FUSION HOST}/api/connectors/schema/{connector}/types"

response = requests.get(url)

print(response.json())
[
  "lucidworks.web-v2"
]

Path Parameters

connector
string
required

The connector ID.

Response

200 - application/json

OK

The response is of type string[].