Last modified February 12, 2025

GetSettings

This function will get the lugin settings details.
Returns
Parameter name Type Description Possible values Example
items List [] Returns the plugin settings.    

Example Call JETAPI

jetbackup5api -F Plugin/ManageDatabases/GetSettings
success: 1
message: Settings fetched successfully
system:
  version: 5.3.15.0
  version_panel: 5.3.15.0
  tier: RELEASE
  type: Linux
  retry_ms: 0
  disableui:
  dr:
  agreement_panel:
  agreement:
  licenseIssue:
data:
  default_db_user:
  assign_type: 2

Example Call HTTP

https://HOST_NAME:3035/?api=1&function=Plugin/ManageDatabases/GetSettings