This function lets you Queue Backup Items for restore or download. To Queue a Backup Job, please execute the runBackupJobManually API call. To Queue a Reindex for a Destination, please execute the reindexDestination API call.
More InfoThis function returns a list of queue items associated with the specified queue group ID.
More InfoThis function lets you clear all non-pending/non-processing items in the queue.
More InfoThis function lets you stop a pending or currently processing queue group given its object ID.
More InfoThis function lets you stop all pending and currently processing groups in the queue.
More InfoThis function lets you delete a Queue Priority Group given its object ID.
More InfoThis function retries failed items and is only available for Failed or Partially Completed backup jobs.
More InfoParameter name | Type | Description | Examples |
---|---|---|---|
_id | String | Unique ID of the Queue Group Object. | 60835efa26762d5a3134394e |
owner | String | Unique ID of the backup owner. | 6009c86db68d1601154a76ff |
owner_name | String | Name of the backup owner. | user |
created | String | Date-time when the Queue Group was generated. | 2021-04-23T23:57:46+00:00 |
started | String | Date-time when the Queue Group started processing | 2021-04-23T23:57:46+00:00 |
ended | String | Date-time when the Queue Group finished processing | 2021-04-24T01:09:10+00:00 |
type | Integer | Queue Type for the Queue Group Object. |
|
items | Integer | Number of items in the Queue Group. | 5 |
items_completed | Integer | Number of items that has completed processing in the Queue Group. | 5 |
finalize | boolean flag | Flags if all items in the Queue Group has been completed |
|
status | Integer | Status of the Queue Group process |
|
log_id | String | Unique ID of the log associated to the Queue Group. | 608222b9c268d2175921b412 |
status_time | String | Date-time when the status was last updated | 2021-04-23T01:28:43+00:00 |
execution_time | Integer | Time it took for the Queue Group to be queued until it completes processing, in seconds. | 3685 |
actual_time | Integer | Time it took for the Queue Group to complete processing, in seconds. | 3143 |
log_file | String | Path of the log associated to the Queue Group. | /usr/local/jetapps/var/log/jetbackup5/queue/2_60835e6f26762d5a3134394c.log |
data | List [] | A list of corresponding data associated with the Queue Group Type. |
|
Parameter name | Type | Description | Examples |
---|---|---|---|
_id | String | Unique ID of the Queue Group Object. | '_id=608b3ff3897f7b1a0e6ab532' |
owner | String | Unique ID of the backup owner. | 'owner=6009c86db68d1601154a76ff' |
owner_name | String | Name of the backup owner. | user |
created | String | Date-time when the Queue Group was generated. | 2021-04-23T23:57:46+00:00 |
started | String | Date-time when the Queue Group started processing | 2021-04-23T23:57:46+00:00 |
ended | String | Date-time when the Queue Group finished processing | 2021-04-24T01:09:10+00:00 |
execution_time | Integer | Time it took for the Queue Group to be queued until it completes processing, in seconds. | 3685 |
type | Integer | Queue Type for the Queue Group Object. |
|
group_id | String | Unique ID of the Queue Group Object. | 'group_id=608b3ff3897f7b1a0e6ab531' |
priority | Integer | The priority level associated to the Queue Item. | |
status | Integer | Status of the Queue Group process |
|
message | String | Status message associated to the Queue Item. | Restore completed successfully |
file | String | Path of the log associated to the Queue Item. | /usr/local/jetapps/var/log/jetbackup5/queue/2_60835e6f26762d5a3134394c/60898bb20510b07a0833d183.log |
data | List [] | A list of corresponding data associated with the Queue Item Type. |
|
Parameter name | Type | Description | Possible values | Example |
---|---|---|---|---|
_id | String | The ID of the queue priority group. | '_id=60898b7f2ba85218685acfd9' |
|
name | String | Queue priority group name. | 'name=VIP' |
|
tags | List [] | List of Account Tag IDs that is associated to the queue priority group. | 'tags[]=608b077566c0e32488215a62' |
|
backup_priority | Integer | The backup priority level of the queue priority group. | ||
restore_priority | Integer | The restore priority level of the queue priority group. | ||
download_priority | Integer | The download priority level of the queue priority group. | ||
default | Boolean | Whether the queue priority group is the default group. |
|