Information
Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

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*

BMC Server Automation Command Line Interface 8.3