cURL
curl --request PUT \ --url https://{FUSION HOST}/api/connectors/plugins \ --header 'Content-Type: application/zip'
{ "pluginId": "lucidworks.slack", "status": { "action": "INSTALL", "status": "SUCCESS", "message": "Plugin lucidworks.slack was installed successfully." } }
Install a plugin from a local .zip file. You can download plugins as .zip files at https://doc.lucidworks.com/fusion-connectors/n0s114/v-2-connectors-downloads
.zip
The body is of type file.
file
OK
The ID of the connector plugin.
"lucidworks.web-v2"
The action taken and its final status.
Show child attributes
Was this page helpful?