Last modified February 12, 2025

ManageSettings

This function allows you to modify the plugin settings.
Parameters
Parameter name Type Description Possible Values Example
default_db_user String The default account which unassigned databases will be backed up to.   default_db_user=exampleUser
assign_type Integer The database assign type.
  • Automatically assign databases to accounts: type=1
  • Manually assign databases to accounts: type=2
type=1

Example Call JETAPI

jetbackup5api -F Plugin/JetBackupMC/ManageSettings -D "mc_hostname={$HOSTNAME}&mc_token={$MC_TOKEN}"
success: 1
message: Settings saved 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:

Example Call HTTP

https://HOST_NAME:3035/?api=1&function=Plugin/JetBackupMC/ManageSettings&mc_hostname={$HOSTNAME}&mc_token={$MC_TOKEN}