This function returns the Dashboard Object which will contain the data that appears on the main dashboard.
More InfoParameter name | Type | Description | Possible Values |
---|---|---|---|
statistics | Object | The Statistics Object from getStatistics. |
|
alerts | List [] | A list of the 3 most recent Alert Objects. |
|
queue | List [] | A list of the most recent Queue Group Objects. (Max: 5) |
|
queue_summary | object | A compilation of different queue statuses. |
|
destinations | List [] | A list of configured Destination Objects. (Max: 5) |
|
backup_jobs | List [] | A list of configured Backup Job Objects. (Max: 5) |
|
Example Call JETAPI
jetbackup5api -F getDashboardDetails
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:
statistics:
total_new_alerts: 4
total_accounts: 4
total_backup_jobs: 3
total_clone_jobs: 0
total_backups: 1304
total_account_backups: 0
total_disk_usage: 8093958144
total_backup_jobs_running: 0
total_clone_jobs_running: 0
alerts:
0:
_id: 6509fa687812ab761e0b2f42
title: Restore for the account user completed successfully
message: Restore process for the account user completed successfully in 11 Seconds
level: 1
send_logs:
0:
integration: Default Email Notification
message: Successfully Sent
created: 2023-09-19T19:45:44+00:00
status: 1
created: 2023-09-19T19:45:44+00:00
owner: 6503d48bfc45b1addf0a9636
owner_name: user
queue:
groups:
0:
_id: 6509fa5d381ecbc5a80b2f0e
owner: 6503d48bfc45b1addf0a9636
owner_name: user
created: 2023-09-19T19:45:33+00:00
started: 2023-09-19T19:45:33+00:00
ended: 2023-09-19T19:45:44+00:00
type: 2
items: 1
items_completed: 1
finalize:
status: 100
can_rerun:
rerun_failed:
log_id: 6509fa5d193c20350a0f7492
status_time: 2023-09-19T19:45:44+00:00
progress:
_id: 6509fa5d381ecbc5a80b2f10
group_id: 6509fa5d381ecbc5a80b2f0e
item_id: 6509fa5d381ecbc5a80b2f0f
name:
total: 1
completed: 0
subtotal: 1
subcompleted: 1
name_files:
total_files: 0
completed_files: 0
percentage: 0
percentage_sub: 100
percentage_files: 0
execution_time: 11
actual_time: 11
log_file: /usr/local/jetapps/var/log/jetbackup5/queue/2_6509fa5d381ecbc5a80b2f0e.log
log_contents:
data:
account: user
priority: 100010
queue_summary:
pending: 0
processing: 0
completed: 1
failed: 1
destinations:
destinations:
0:
_id: 6503d9d5a31fb181bf02f682
name: local
owner: 6503d48bfc45b1addf0a9632
owner_name: root
type: Localv2
job_type: 1
count: 0
hidden:
readonly:
disabled:
disk_limit: 95
disk_usage:
usage: 39626219520
free: 11674419200
total: 51300638720
threads: 10
update_date: 2023-09-19T17:56:12+00:00
dr: 1
reindex:
running:
options:
path: /backup2
legacy:
backup_jobs:
jobs:
0:
_id: 6503d9d5a31fb181bf02f684
name: JetBackup Config
destination:
0: 6503d9d5a31fb181bf02f682
1: 6503eec8ebbf07708d06f1d2
destination_details:
0:
_id: 6503d9d5a31fb181bf02f682
name: local
owner: 6503d48bfc45b1addf0a9632
owner_name: root
type: Localv2
job_type: 1
count: 0
hidden:
readonly:
disabled:
disk_limit: 95
disk_usage:
usage: 39626219520
free: 11674419200
total: 51300638720
threads: 10
update_date: 2023-09-19T17:56:12+00:00
dr: 1
reindex:
running:
options:
path: /backup2
legacy:
Example Call HTTP
This function returns the Statistics Object containing information about the user.
More InfoParameter name | Type | Description |
---|---|---|
total_new_alerts | Integer | Total number of new alerts in the past 24 hours. |
total_accounts | Integer | Total number of accounts on the panel. |
total_backup_jobs | Integer | Total number of Backup Jobs configured. |
total_backups | Integer | Total number of Full Backups generated. |
total_disk_usage | Integer | Total disk usage of all accounts (bytes). |
total_backup_jobs_running | Integer | Total number of Backup Jobs currently running. |
Example Call JETAPI
jetbackup5api -F getStatistics
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:
total_new_alerts: 4
total_accounts: 4
total_backup_jobs: 3
total_clone_jobs: 0
total_backups: 1304
total_account_backups: 0
total_disk_usage: 8093958144
total_backup_jobs_running: 0
total_clone_jobs_running: 0
Example Call HTTP
This function returns information on the current installation.
More InfoParameter 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
This funtion returns the data for showcases that appear on first launch.
More InfoParameter name | Type | Description | Possible Values |
---|---|---|---|
features | List [] | List of Feature Objects |
|
Returns
Returns standard API Response data.
Example Call JETAPI
jetbackup5api -F listShowcase
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:
features:
0:
_id: 100_rootPrivateKey
feature: rootPrivateKey
order: 100
approved: 1
1:
_id: 105_initialSettings
feature: initialSettings
order: 105
approved: 1
Example Call HTTP