Rename action
The Rename action triggers NSM to update the NSM service template for that command set group.
Specifically, the Rename action causes NSM to update the following items in the NSM service template:
name
attribute of the<serviceTemplate>
elementname
attribute of the<operation>
tag
name
attributes
for the <serviceTemplate>
element and the <operation>
tag.
On a Rename action, NSM updates:- The
name
attribute of the NSM service template, which in the example is cmsSetGroupName. - The
name
attribute of the operation, which in the example is ITNCM/realm1/cmsSetGroupName. Note that the operation name consists of the fully qualified realm and the name. Thus, in the example NSM updates only the command set group name (cmsSetGroupName) in thename
attribute of the<operation>
tag.
. . . <serviceTemplate name="cmsSetGroupName" version="1"> . . . <operation name="ITNCM/realm1/cmsSetGroupName" rollback="true" type="COMMANDSET"> . . .