ONTAP Discussions

Email alerts for vol snapshot based on policy

ArpitRoy
3,069 Views

 I want to set up Email alerts for volumes which have snapshot policy set to 'none' and 'default' in cDOT. What is the best way to achieve this?

1 ACCEPTED SOLUTION

georgevj
2,877 Views

you can see this from commandline by using this command:

 

volume show -vserver * -volume * -snapshot-policy default|none -fields snapshot-policy

 

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
Cannot find the answer you need? No need to open a support case - just CHAT and we’ll handle it for you.

View solution in original post

2 REPLIES 2

georgevj
2,878 Views

you can see this from commandline by using this command:

 

volume show -vserver * -volume * -snapshot-policy default|none -fields snapshot-policy

 

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
Cannot find the answer you need? No need to open a support case - just CHAT and we’ll handle it for you.

ArpitRoy
2,836 Views

Thanks a bunch!

Public