Skip to content

Commit 7cace45

Browse files
Sample perl script for VMware assets API
Updated the script readme file
1 parent 19ad33f commit 7cace45

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

recipes/perl/assets/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### NetBackup API Code Samples for perl
22

3-
This directory contains code samples to invoke NetBackup VMware GET ASSETS APIs using perl.
3+
This directory contains code samples to invoke NetBackup VMware Assets API using perl.
44

55
#### Disclaimer
66

@@ -13,16 +13,15 @@ These scripts are only meant to be used as a reference. If you intend to use the
1313

1414
#### Executing the recipes in perl
1515

16-
Use the following commands to run the perl samples.
16+
Use the following commands to run the scripts.
1717

1818
- `perl get_vmware_assets.pl -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>]`
1919

20-
The script uses the NetBackup Asset Service API to get the VMware workload assets along with Id's configured in the system.
20+
The script uses the NetBackup Asset Service API to get VMware assets (first page of records) and prints the assetIDs.
2121

2222
- `perl create_assetGroup.pl -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>]`
2323

24-
The script creates a VMware Asset Group by using Netabckup Asset Service API.
25-
24+
The script creates a sample VMware asset group in NetBackup by using the asset service API.
2625

2726
Examples:
2827
- perl get_vmware_assets.pl -nbmaster localhost -username user -password password -domainName domain -domainType NT

0 commit comments

Comments
 (0)