Last modified October 31, 2024

getSettingsSecurity

This function prints the objects data given its Settings Security Object.
Returns
Parameter name Type Description
plugin String Plugin ID of the Security Plugin Object enabled.
restore Boolean Boolean flag to determine whether or not to Restore the most recent "clean" backup after detection.
lock Boolean Boolean flag to determine whether or not to Lock the most recent "clean" backup after detection.

Example Call JETAPI

jetbackup5api -F getSettingsSecurity
success: 1
message:
system:
  version: 5.3.3
  version_panel: 5.3.3
  tier: EDGE
  type: cPanel
  retry_ms: 0
  disableui:
  dr:
  agreement_panel:
  agreement:
  licenseIssue:
data:
  plugin: 6509f689ccf13c8ba0026112
  restore: 0
  lock: 0

Example Call HTTP

https://hostname.example.com:2087/cpsess##########/cgi/addons/jetbackup5/api.cgi?function=getSettingsSecurity