Last modified November 7, 2024

getQueuePriority

This function returns queue priority object by ID.
Parameter name Type Description Possible values Example
_id String REQUIRED The ID of the queue priority object.   _id=60898b7f2ba85218685acfdb

Example Call JETAPI

jetbackup5api -F getQueuePriority -D "_id={$QUEUE_PRIORITY_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:
data:
_id: 6508feba65219ded7d044202
name: test
tags:
   0: 6508f84ca80e83597707ca92
   1: 6508f9127d8b1bca210caec2
backup_priority: 40
clone_priority: 30
restore_priority: 20
download_priority: 10
default:

Example Call HTTP

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