When you install a connector or plug-in on Fusion 5.x.x, you do not need to supply the
.zip
file. The installation obtains the .zip
file from the repository.Examples
Get all available connectors
Request
Response
List property specifications
List all the property specifications for the “file” type of the “lucid.fs” connector (the output has been truncated for space):Request
Response
Install plugins
Successful plugin installation
Update connector
To update a connector, run the installcurl
command again. If the connector is already installed, the output will include "action" : "UPDATE"
.
Unsuccessful plugin installation
If an installation is unsuccessful, the output will include"status" : "NOOP"
and a reason for the failure. In the example below, an invalid connector id
was given.