Last modified October 31, 2024

getInfo

This function returns information on the current installation.
returns
Parameter name Type Description
utcOffset String The server's UTC Time Offset.
debug Boolean Value to determine if Debug Mode is enabled.
bod_disabled Boolean Value to determine Backup on Demand is disabled.
development Boolean Value to determine if Development is enabled.
process Boolean Value to determine if the JetBackup 5 Daemon is running.
sync_accounts Boolean Value to determine if JetBackup is currently syncing accounts from Panel.
messages String Standard messages for license status. (Default: null)

Example Call JETAPI

jetbackup5api -F getInfo
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:
utcOffset: -0700
debug:
bod_disabled: 1
development:
process: 1
sync_accounts:
messages:

Example Call HTTP

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