Install or update a connector - 5.2 and later
pluginId
as in this example:
pluginId
is identical to an existing one, the old connector will be uninstalled and the new connector will be installed in its place. To get the list of existing plugin IDs, run: curl -u USERNAME:PASSWORD https://FUSION_HOST:FUSION_PORT/api/connectors/plugins
https://FUSION_HOST:FUSION_PORT/apps/connectors/plugins/
to verify the new connector is installed.
Install a Connector - Fusion 4.2
bootstrap-plugins
directory during initial installation or an upgradezip
files in a specific directory named bootstrap-plugins
, and Fusion installs the connectors the first time it starts during initial installation or an upgrade.apps/connectors/bootstrap-plugins/
(on Unix) or \apps\connectors\bootstrap-plugins\
(on Windows).
resourceType
value of plugin:connector
, as in this example:
curl -u USERNAME:PASSWORD localhost:8764/api/blobs
https://FUSION_HOST:FUSION_PORT/apps/connectors/plugins/
to verify the new connector is installed.
Configure a New Datasource