plugins
Endpoints related to uploading and managing plugins.
Upload plugin
Upload a plugin that is contained within a compressed .tar.gz file. Plugins and plugin uploads must be enabled in the server's config settings.
Get plugins
Get a list of inactive and a list of active plugin manifests. Plugins must be enabled in the server's config settings.
Install plugin from url
Supply a URL to a plugin compressed in a .tar.gz file. Plugins must be enabled in the server's config settings.
Remove plugin
Remove the plugin with the provided ID from the server. All plugin files are deleted. Plugins must be enabled in the server's config settings.
Enable plugin
Enable a previously uploaded plugin. Plugins must be enabled in the server's config settings.
Disable plugin
Disable a previously enabled plugin. Plugins must be enabled in the server's config settings.
Get webapp plugins
Get a list of web app plugins installed and activated on the server.
Get plugins status
Returns the status for plugins installed anywhere in the cluster
Installs a marketplace plugin
Installs a plugin listed in the marketplace server.
Gets all the marketplace plugins
Gets all plugins from the marketplace server, merging data from locally installed plugins as well as prepackaged plugins shipped with the server.
Get if the Plugin Marketplace has been visited by at least an admin.
Retrieves the status that specifies that at least one System Admin has visited the in-product Plugin Marketplace.
Reattach a plugin process
Reattaches the server to an already running plugin process.
Detach a reattached plugin process
Detaches a previously reattached plugin from the server.