forked from zaproxy/zaproxy
-
Notifications
You must be signed in to change notification settings - Fork 2
ApiGen_autoupdate
thc202 edited this page Aug 17, 2019
·
7 revisions
Name | Type | Parameters | Description |
---|---|---|---|
latestVersionNumber | view | Returns the latest version number | |
isLatestVersion | view | Returns 'true' if ZAP is on the latest version | |
installedAddons | view | Return a list of all of the installed add-ons | |
localAddons | view | Returns a list with all local add-ons, installed or not. | |
newAddons | view | Return a list of any add-ons that have been added to the Marketplace since the last check for updates | |
updatedAddons | view | Return a list of any add-ons that have been changed in the Marketplace since the last check for updates | |
marketplaceAddons | view | Return a list of all of the add-ons on the ZAP Marketplace (this information is read once and then cached) | |
optionAddonDirectories | view | ||
optionDayLastChecked | view | ||
optionDayLastInstallWarned | view | ||
optionDayLastUpdateWarned | view | ||
optionDownloadDirectory | view | ||
optionCheckAddonUpdates | view | ||
optionCheckOnStart | view | ||
optionDownloadNewRelease | view | ||
optionInstallAddonUpdates | view | ||
optionInstallScannerRules | view | ||
optionReportAlphaAddons | view | ||
optionReportBetaAddons | view | ||
optionReportReleaseAddons | view | ||
downloadLatestRelease | action | Downloads the latest release, if any | |
installAddon | action | id* | Installs or updates the specified add-on, returning when complete (ie not asynchronously) |
installLocalAddon | action | file* | |
uninstallAddon | action | id* | Uninstalls the specified add-on |
setOptionCheckAddonUpdates | action | Boolean* | |
setOptionCheckOnStart | action | Boolean* | |
setOptionDownloadNewRelease | action | Boolean* | |
setOptionInstallAddonUpdates | action | Boolean* | |
setOptionInstallScannerRules | action | Boolean* | |
setOptionReportAlphaAddons | action | Boolean* | |
setOptionReportBetaAddons | action | Boolean* | |
setOptionReportReleaseAddons | action | Boolean* |
Starred parameters are mandatory
Back to index