Last modified November 7, 2024

getBackupJob

This function prints the objects data given its Backup Job ID.
Parameter name Type Description Possible values Example
_id String REQUIRED The Backup Job ID. N/A _id=5f8a7d0d348232507c4e7f02

Example Call JETAPI

This function prints the objects data given its Backup Job ID.
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:

Example Call HTTP

https://hostname.example.com:2087/cpsess##########/cgi/addons/jetbackup5/api.cgi?function=getBackupJob&_id={$BACKUP_JOB_ID}