We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979faeb commit f559007Copy full SHA for f559007
snippets/powershell/Get-NB-Alerts.ps1
@@ -5,7 +5,7 @@ This sample script demonstrates the use of NetBackup REST API for listing the al
5
6
.DESCRIPTION
7
This script will get a list of netbackup alerts and print the details of the latest 10 alerts in a tabular format.
8
-Alerts will be generated for job failures for VMWare workload, job failures due to storage, network issues of any workload.
+NetBackup supports alerts for VMWare job failures. For more information check help document.
9
10
.EXAMPLE
11
./Get-NB-Alerts.ps1 -nbmaster "nb-master.example.com" -username "administrator" -password "secret"
0 commit comments