UpdateJobQueue

Use this service to modify an existing job queue.

Required parameters

Parameter Key Value Type Parameter Description
queueName Alphanumeric string

The name of the job queue. Maximum length for strings is 10.

Reserved value is QBATCH.

Optional parameters

Parameter Key Value Type Parameter Description
maxUpdateJobs Integer

Minimum length for strings is 0. Default value is 0.

queueStatus Fixed Values Fixed values are INACTIVE and ACTIVE. Default value is ACTIVE.
queuePriority Integer Minimum length for strings is 20 and maximum length is 39. Default value is 30.

XML request format

Format of the request XML payload for POST method calls. Note that these must always be wrapped by <ACTION> nodes. The key fields must be unchanged.

 <JOBQUEUE queuePriority="XXX" queueStatus="XXX" maxJobs="XXX" maxUpdateJobs="XXX" queueName="XXX"/>

Request format when key fields change:

<OLDJOBQUEUE queueName="XXX"/>
<NEWJOBQUEUE queueName="YYY"/>