TemplateGroup - listChildGroupsInGroup
TemplateGroup - listChildGroupsInGroup
Description :
This command lists all the child groups of a component template group. This command returns a list of names of the child template groups.
Return type : String
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
parentGroupQualifiedName | String | Full path to template group. |
Example
The following example shows how to perform an action on the child component template groups returned by this command:
Script
TEMPLATE_GROUP1="/parent/group1"
GROUP_LIST=`blcli TemplateGroup listChildGroupsInGroup $TEMPLATE_GROUP1`
for templateGroupName in $GROUP_LIST
do
#perform some task with group $templateGroupName
done
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*