Description | Example | Return Message | Group(s)

CreateResTemplateGroup

HTTP Request Formats

POST api/ResourceTemplateGroup/{groupName}

To specify the schedule the command shall be sent to:

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

Description

The CreateResTemplateGroup REST API command creates a new 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.

Parameters

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

Examples

Creates a resource template group called "ImageThreeTargets" including TargetA, TargetB, and TargetC.
POST 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