mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-22 09:39:58 -05:00
18b2ed120a
Signed-off-by: het <het@vmware.com> |
||
---|---|---|
.. | ||
__init__.py | ||
backup_job_list.py | ||
backup_schedule.py | ||
README.md |
This directory contains samples for Backup Restore APIs:
* List all backup jobs
* CRUD operations on backup schedule
Running the samples
$ python <sample-dir>/<sample>.py --server <vCenter Server IP> --username <username> --password <password> <additional-sample-parameters>
The additional sample parameters are as follows (all parameters can be displayed for any sample using option --help)
* backup_schedule.py --location <location URL> --location_user <location-user> location_password <location-password>
- Testbed Requirement:
- 1 vCenter Server
- Backup server reachable through any of the supported protocols FTP/FTPS/SCP/HTTP/HTTPS