Enums§
- Disable
Plugin Error - struct for typed errors of method
disable_plugin
- Enable
Plugin Error - struct for typed errors of method
enable_plugin
- GetMarketplace
Plugins Error - struct for typed errors of method
get_marketplace_plugins
- GetMarketplace
Visited ByAdmin Error - struct for typed errors of method
get_marketplace_visited_by_admin
- GetPlugin
Statuses Error - struct for typed errors of method
get_plugin_statuses
- GetPlugins
Error - struct for typed errors of method
get_plugins
- GetWebapp
Plugins Error - struct for typed errors of method
get_webapp_plugins
- Install
Marketplace Plugin Error - struct for typed errors of method
install_marketplace_plugin
- Install
Plugin From UrlError - struct for typed errors of method
install_plugin_from_url
- Remove
Plugin Error - struct for typed errors of method
remove_plugin
- Upload
Plugin Error - struct for typed errors of method
upload_plugin
Functions§
- disable_
plugin - Disable a previously enabled plugin. Plugins must be enabled in the server’s config settings. ##### Permissions Must have
manage_system
permission. Minimum server version: 4.4 - enable_
plugin - Enable a previously uploaded plugin. Plugins must be enabled in the server’s config settings. ##### Permissions Must have
manage_system
permission. Minimum server version: 4.4 - get_
marketplace_ plugins - Gets all plugins from the marketplace server, merging data from locally installed plugins as well as prepackaged plugins shipped with the server. ##### Permissions Must have
manage_system
permission. Minimum server version: 5.16 - get_
marketplace_ visited_ by_ admin - Retrieves the status that specifies that at least one System Admin has visited the in-product Plugin Marketplace. Minimum server version: 5.33 ##### Permissions Must have
manage_system
permissions. - get_
plugin_ statuses - Returns the status for plugins installed anywhere in the cluster ##### Permissions No permissions required. Minimum server version: 4.4
- get_
plugins - Get a list of inactive and a list of active plugin manifests. Plugins must be enabled in the server’s config settings. ##### Permissions Must have
manage_system
permission. Minimum server version: 4.4 - get_
webapp_ plugins - Get a list of web app plugins installed and activated on the server. ##### Permissions No permissions required. Minimum server version: 4.4
- install_
marketplace_ plugin - Installs a plugin listed in the marketplace server. ##### Permissions Must have
manage_system
permission. Minimum server version: 5.16 - 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. ##### Permissions Must have
manage_system
permission. Minimum server version: 5.14 - 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. ##### Permissions Must have
manage_system
permission. Minimum server version: 4.4 - 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. ##### Permissions Must have
manage_system
permission. Minimum server version: 4.4