Move action

The Move action triggers NSM to update the NSM service template for that command set group.

Specifically, the Move action causes NSM to update the following item in the NSM service template:

  • name attribute of the <operation> tag
The sample XML shows an example of the name attribute for the <operation> tag. On a Move action, NSM updates:
  • 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 the name attribute of the <operation> tag.
.
.
.
<operation name="ITNCM/realm1/cmsSetGroupName" rollback="true" type="COMMANDSET">
.
.
.