UpdateDistributionGroup
Use this service to update a distribution group.
Required parameters
JOBQUEUEGROUP resource
Parameter Key | Value Type | Parameter Description |
---|---|---|
groupName | Alphanumeric string | The name of the group. Maximum length for strings is 10. |
Optional parameters
Parameter Key | Value Type | Parameter Description |
---|---|---|
groupDescription | Alphanumeric string | The description of the group. Default value is BLANK and the maximum length for strings is 10. |
Supported child nodes configuration from the root resource node:
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
This is the format of the request XML payload for POST method calls. Note that this must always be wrapped by <ACTION> nodes.
<ACTION>
<DISTRIBUTIONGROUP groupDescription="This is a distribution group" groupName="${DSGROUPNAME}"/>
</ACTION>
For Member
modification:
<ACTION>
<DISTRIBUTIONGROUP groupDescription="This is a distribution group" groupName="${DSGROUPNAME}">
<MEMBER memberType="group" memberName="${DSGROUPNAME2}" memberDescription=""/>
</DISTRIBUTIONGROUP>
</ACTION>