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) |
|
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. |
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) |
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.