Description | Example | Return Message | Group(s)

EditResTemplateGroup

HTTP Request Formats

PATCH api/ResourceTemplateGroup/{groupName}

To specify the schedule the command shall be sent to:

PATCH api/schedule/{scheduleName}/ResourceTemplateGroup/{groupName}

Description

The EditResTemplateGroup REST API command updates an existing resource template group for use in defining task resource requirement logical formulas. When template groups are included in a resource formula, a separate task is created for each resource in the template group. For additional information about defining and applying resource template groups, see the description of the task Resource Required tab. Possibilities will need to be recreated for any tasks that utilize the altered resource template group.

Parameters

Required

JSON ParametersBody FormatDescription
ResourceList"ResourceList": ["Res1","Res2","Res3"]ResourceList is a comma delimited list of resource names.
 

Examples

Updates an existing resource template group called "ImageThreeTargets" to include TargetA, TargetB, and TargetC.

PATCH api/ResourceTemplateGroup/ImageThreeTargets

Body:

{

"ResourceList" : ["TargetA", "TargetB", "TargetC"]

}


Return Message

If activated, a standard response for a successful HTTP response shall appear.

Group Membership

This command belongs to the following group(s):

Scheduler

Version

12.3