PERL script to make Backup's on HP's OneView appliance using REST and PERL
I wanted a way to make and distribute sample REST code for HP's Oneview appliance.

The first PERL script makes and downloads appliance backups.

This sample script logs into OneView using a backup admin account, submits a backup job,
waits for the job to complete by polling the jobs status, Once the job is complete
the script downloads the resulting file in the local directory, then logs off...

Currently I use this script to automate OneView backups.
This script was tested against OneView 1.20.01 using Strawberry PERL 5.20.2.1 (64bit)
available from http://strawberryperl.com/download/5.20.2.1/strawberry-perl-5.20.2.1-64bit.msi

Extra modules required REST::Client and JSON, both are available by typing
the following 'CPAN install REST::Client JSON' on the command prompt after PERL is
installed.

No warranty expressed or implied!