Last modified October 31, 2024

getSettingsPerformance

This function prints the objects data given its Settings Performance Object.
Returns
Parameter name Type Description
backup_forks Integer Number of Concurrent Backup Tasks set.
queueable_forks Integer Number of Concurrent Restore and Download Tasks set.
backup_fork_ttl Integer Value to determine the max run time of a single Backup Fork.
mysqldump_max_packet Integer The maximum packet length to send to or receive from server.
mysqldump_force Boolean Value to set MySQL Dump Force Flag.
mysqldump_opt Boolean Value to set MySQL Dump Opt Flag.
mysqldump_skip_lock Boolean Value to set MySQL Dump Skip Lock Table Flag.
directories_queue_priority String ID of the Priority Group Object enabled.
limit_account_downloads Integer Maximum number of downloads a single account can have.
backup_integrity_check_schedule Integer How often the backup cleanup and integrity check task should run (in Days).

Example Call JETAPI

jetbackup5api -F getSettingsPerformance
success: 1 message: General Settings Updated Successfully. system: version: 5.3.3 version_panel: 5.3.3 tier: EDGE type: cPanel retry_ms: 0 disableui: dr: agreement_panel: agreement: licenseIssue: data: installed: 1 debug: 1 error_reporting: 1 workspace_path: /usr/local/jetapps/usr/jetbackup5/workspace downloads_path: /usr/local/jetapps/usr/jetbackup5/downloads orphan_backup_ttl: 180 logs_ttl: 30 alerts_ttl: 60 downloads_ttl: 0 manually_backup_retain: 10 manually_backup_ttl: 15 use_community_languages: 1 email_integration: 65075381a8f98c6ea7022b64 time_format: 12

Example Call HTTP

https://hostname.example.com:2087/cpsess##########/cgi/addons/jetbackup5/api.cgi?function=manageSettingsGeneral&manually_backup_retain=10&manually_backup_ttl=15&debug=1