POST
/
connectors
/
plugins
Install a plugin
curl --request POST \
  --url https://{FUSION HOST}/api/connectors/plugins
{
  "pluginId": "lucidworks.web-v2",
  "status": {
    "action": "INSTALL",
    "status": "SUCCESS",
    "message": "Plugin lucidworks.web-v2 was installed successfully."
  }
}

Query Parameters

id
string
required

The ID of the plugin to install.

version
string

The specific plugin version to be installed. Leave empty to use the most recent plugin version.

Response

200 - application/json

OK

The response is of type object.