UpdateJobQueueGroup

Use this service to modify a job queue group.

Required parameter

JOBQUEUEGROUP resource

Parameter Key Value Type Parameter Description
groupName Alphanumeric string The name of the job queue group. Maximum length for strings is 10.

Optional parameter

JOBQUEUEGROUP resource

Parameter Key Value Type Parameter Description
groupDescription Alphanumeric string The description of the job queue group. Default value is BLANK and the maximum length for strings is 10.

Supported child nodes configuration from the root resource node:

Table 1.
Parameter key Value Type Parameter Description
MEMBER Fixed values MEMBER nodes must be unchanged from original data; cannot change group membership through this action. Fixed values are JOBQUEUEGROUP, MEMBER.

XML request format

Format of the request XML payload for POST method calls. Note that these must always be wrapped by <ACTION> nodes. The MEMBER node count MUST be unchanged. You cannot modify membership using the updatejobqueuegroup action.

 <JOBQUEUEGROUP groupDescription="XXX" groupName="XXX" >
    <MEMBER memberName="XXX" memberType="group" >
    </MEMBER>
    <MEMBER memberName="XXX" memberType="jobQueue" >
    </MEMBER>
</JOBQUEUEGROUP>