Apache CloudStack 4.23.0.0 Root Admin API Reference

listBackupServiceJobs

List backup service jobs

Request parameters

Parameter NameDescriptionRequired
backupidList jobs for the given backup.false
executingList executing jobs.false
hostidList jobs in the given host. When passing this parameter, only jobs that are currently executing will be returned.false
idList only job with given ID.false
keywordList by keywordfalse
pagefalse
pagesizefalse
scheduledList scheduled jobs.false
typeList jobs with the given type. Accepted values are StartCompression, FinalizeCompression and BackupValidation.false
zoneidList jobs in the given zone.false

Response Tags

Response NameDescription
idCompression job ID.
attemptsNumber of attempts already made to complete this job.
backupidBackup ID.
hostidHost where the job is being executed.
removedCompression job scheduled removed date.
scheduleddateCompression job scheduled start date.
startdateCompression job start date.
typeCompression job type.
zoneidZone where the job is being executed.