I have a situation here, after migration from 11.28.72 to 11.32.45, VM which were added using VM rules using VM tags appeared in different subclient of a Vcenter virtual server and it is impacting SLA since now the VM tag issue is resolved and backup in running under one subclient. Now i need to disable backup activity for the client for other subclient except the original subclient
currently the VM is appearing in only ine subclient of the vcenter virtual server which is JPAWP, and the VM is not available or not showing under any other subclient. But when we check individual VM , it shows multiple backupset/subclient and it is impacting the SLA. Now i need to disable the backup activity for the VM, for specifc backupset/subclient. Do not disable backup activity on client level because the VM is curently backing up in its original subclient.
Now i need to disable backup activity for the VM for all the subclient except the orignal subclient which is JPAWP here.
I am creating workflow to achieve this, please assist on urgent basis.
below xml disables backup activity at client level , i need to disable the activity of the VM client at subclient level.
<App_SetClientPropertiesRequest>
<association>
<entity>
<clientName>xpath:{/workflow/inputs/client_name}</clientName>
</entity>
</association>
<clientProperties>
<client>
<clientEntity>
<clientName>xpath:{/workflow/inputs/client_name}</clientName>
</clientEntity>
</client>
<clientProps>
<clientActivityControl>
<activityControlOptions>
<activityType>1</activityType>
<dateTime/>
<enableActivityType>0</enableActivityType>
<enableAfterADelay/>
</activityControlOptions>
</clientActivityControl>
</clientProps>
</clientProperties>
</App_SetClientPropertiesRequest>