Skip to content

Commit 979faeb

Browse files
author
Ashutosh Mangalekar
committed
Review comments
1 parent fc2d3ba commit 979faeb

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

snippets/powershell/Get-NB-Alerts.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
This sample script demonstrates the use of NetBackup REST API for listing the alerts.
55
66
.DESCRIPTION
7-
This script will get a list of netbackup alerts and print the details of the last 10 alerts in a tabular format.
8-
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.
99
1010
.EXAMPLE
11-
./Get-NB-Jobs.ps1 -nbmaster "nb-master.example.com" -username "administrator" -password "secret"
11+
./Get-NB-Alerts.ps1 -nbmaster "nb-master.example.com" -username "administrator" -password "secret"
1212
1313
#>
1414

0 commit comments

Comments
 (0)