@@ -14,44 +14,20 @@ Pre-requisites:
1414- NetBackup 8.1.1 or higher
1515- See the script's README for the corresponding requirements and usage
1616
17- #### Executing the recipes in Perl
1817
19- Pre-requisites:
20- - NetBackup 8.1.2 or higher
21- - Perl 5.20.2 or higher
18+ #### Executing the recipes for different programming languages
2219
23- Use the following commands to run the perl samples.
24- - ` perl create_policy_step_by_step.pl -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>] `
25- - ` perl create_policy_in_one_step.pl -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>] `
26- - ` perl rbac_filtering_in_policy.pl -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>] `
27- - ` perl api_requests_images.pl -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>] `
28- - ` perl api_requests_image_contents.pl -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>] `
29-
30- #### Executing the recipes in Python
20+ The ` recipes ` folder contains code samples to invoke NetBackup REST API using different programming languages.
3121
3222Pre-requisites:
33- - NetBackup 8.1.2 or higher
34- - python 3.5 or higher
35- - python modules: ` requests `
3623
37- <<<<<<< HEAD
38- #### Executing the recipes in PowerShell
39- Pre-requisites:
4024- NetBackup 8.1.2 or higher
41- - PowerShell 4.0 or higher
25+ - See the script's README for the corresponding requirements and usage
4226
43- Use the following commands to run the PowerShell samples.
44- - ` .\create_policy_in_one_step.ps1 -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>] `
45- - ` .\rbac_filtering_in_policy.ps1 -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>] `
46- =======
47- Use the following commands to run the python samples.
48- - ` python -W ignore create_policy_step_by_step.py -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>] `
49- - ` python -W ignore create_policy_in_one_step.py -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>] `
50- - ` python -W ignore rbac_filtering_in_policy.py -nbmaster <masterServer> -username <username> -password <password> [-domainName <domainName>] [-domainType <domainType>] `
5127
5228
5329#### Tools
5430The ` tools ` folder contains utilities that have proven useful in the development of projects using
5531NetBackup REST APIs, but do not provide any API usage examples. Again, these tools are not for
5632production use, but they may be of some use in your work.
57- > > > > > > > master
33+
0 commit comments