curl --request GET \
--url https://{FUSION HOST}/api/connectors/plugins/{connector}/types
[
"lucidworks.web-v2"
]
Return the plugin sub-types for the specified connector. The sub-type might be the same as the connector type.
curl --request GET \
--url https://{FUSION HOST}/api/connectors/plugins/{connector}/types
[
"lucidworks.web-v2"
]
The connector ID.
OK
The response is of type string[]
.
Was this page helpful?