File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2726Examples:
2827- perl get_vmware_assets.pl -nbmaster localhost -username user -password password -domainName domain -domainType NT
You can’t perform that action at this time.
0 commit comments