@@ -5,39 +5,13 @@ Contains code samples to invoke NetBackup REST API using different programming l
55#### Disclaimer
66These scripts are only meant to be used as a reference. Please do not use these in production.
77
8- #### Executing the snippets in PowerShell
9- Pre-requisites:
10- - NetBackup 8.1.1 or higher
11- - Powershell 5.0 or higher
12-
13- Use the following commands to run the powershell samples.
14- - ` .\Get-NB-Images.ps1 -nbmaster <masterServer> -username <username> -password <password> `
15- - ` .\Get-NB-Jobs.ps1 -nbmaster <masterServer> -username <username> -password <password> `
16-
17- #### Executing the snippets in Python
18- Pre-requisites:
19- - NetBackup 8.1.1 or higher
20- - python 3.5 or higher
21- - python modules: ` requests, texttable `
8+ #### Executing the snippets for different programming languages
229
23- Use the following commands to run the python samples.
24- - ` python -W ignore get_nb_images.py -nbmaster <masterServer> -username <username> -password <password> `
25- - ` python -W ignore get_nb_jobs.py -nbmaster <masterServer> -username <username> -password <password> `
10+ The ` snippets ` folder contains code samples to invoke NetBackup REST API using different programming languages.
2611
27- #### Executing the snippets in Perl
2812Pre-requisites:
2913- NetBackup 8.1.1 or higher
30- - See script README for perl requirements and usage
31-
32- #### Executing the snippets using curl
33- Pre-requisites:
34- - NetBackup 8.1.1 or higher
35- - curl 7.51.0 or higher
36- - jq command-line parser (https://github.com/stedolan/jq/releases )
37-
38- Use the following commands to run the curl samples.
39- - ` ./get_nb_jobs.sh -master <master_server> -username <username> -password <password> `
40- - ` ./get_nb_images.sh -master <master_server> -username <username> -password <password> `
14+ - See the script's README for the corresponding requirements and usage
4115
4216#### Tools
4317The ` tools ` folder contains utilities that have proven useful in the development of projects using
0 commit comments