This function allows you to install a Plugin given its package id or zip file.
More InfoThis function returns a list of compressed plugin files that are downloaded and available to install.
More InfoThis function enables or disables the Imunify360 Security Plugin. If no data is passed to the manageSecurityPlugin API call, the plugin is disabled.
More InfoParameter name | Type | Description | Examples |
---|---|---|---|
_id | String | ID of the Plugin. | 60903b9f6913fc54281a01 |
code | String | Short name for the Plugin. | S3 |
name | String | The name of the Plugin. | S3 Compatible |
description | String | Description of the Plugin. | Generic S3 compatible destination |
icon | String | Icon data. | N/A |
type | String | Type of Plugin | security, notification |
version | Integer | Plugin release version. | 1.0.0 |
author | String | Author of the Plugin | JetApps |
experimental | Boolean | True if plugin is experimental. | 1 |
repo | string | Repository ID | 608b1c707cf97c14601472e2 |
repo_name | String | Repository Name | JetApps Repository |
package_md5sum | String | md5 checksum for the plugin package. | 88cccac198f703042502797781b |
package_url | String | Package Zip File | jetbackup-plugin-notification-telegram-1.0.0.zip |
created | String | Date-Time the Plugin was fetched from the Repo. | 2021-05-07T18:40:48+00:00 |
plugin | List [] | A list of corresponding data associated with an installed Plugin Ojbect. |
|
plugin_id | String | ID of the Plugin in JetBackup. | 60903b9f6913fc54281a01f2 |
installed | Boolean | True if plugin is installed. | 1 |
installable | Boolean | True if plugin can be installed. | 1 |
disabled | Boolean | True if plugin is disabled. | 0 |
options | List [] | Array of Plugin options or settings. | N/A |
available_package | Boolean | True if plugin is disabled. | 0 |