Information

This site will undergo a brief period of maintenance on Thursday, 23 April at 2:30 AM Central/1:00 PM IST. During a 30 minute window, site availability may be intermittent.

SmartTemplateGroup - updateById


SmartTemplateGroup - updateById

Description :

This command updates the definition of the destination smart template group, based on the definition of the source smart template group.

Return type : com.bladelogic.om.infra.model.group.smartgroup.SmartGroup

Command Input :

Variable Name

Variable Type

Description

srcSmartGroupId

Integer

ID of the source smart group.

destSmartGroupId

Integer

ID of the destination smart group.

Example

The following example finds the ID of a source smart template group and the ID of a destination smart template group. Then it updates the destination smart template group.

Script





SRC_ID=`blcli SmartTemplateGroup groupNameToId /f2/newSmartGroup`

DEST_ID=`blcli SmartTemplateGroup groupNameToId /f1/oldSmartGroup`

blcli SmartTemplateGroup updateById $SRC_ID $DEST_ID



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Server Automation Command Line Interface 8.7