Skip to content

Schmitz-RZ-Consult-GmbH/backup-eagle-rest-api

Repository files navigation

BACKUP EAGLE Logo

BACKUP EAGLE® REST API python examples

BACKUP EAGLE® REST API examples for python.

About BACKUP EAGLE®

BACKUP EAGLE® is a reporting and monitoring solution that monitors and documents your entire backup environment without any additional manual effort.

BACKUP EAGLE® supports various backup systems such as IBM Spectrum Protect, IBM Spectrum Protect Plus, Veeam, DELL EMC NetWorker, IBM BRMS, Microsoft Azure Backup, SEP sesam, Rubrik, dsmISI MAGS, dsmISI Storage, dsmISI Veeam, Oracle RMAN, UC4 / CA Automatic Workload, BMC Control-M, DELL EMC Data Domain, IBM Tape Library, DELL EMC Isilon, DELL EMC PowerProtect Data Manager, Commvault, Cohesity, VMware vCenter and others.

The dashboard provides you with all the essential information on the status of your backup environment in a clear and concise manner. You can see at a glance whether there is still enough storage capacity, whether the backups have run reliably or whether there have been problems during a backup.

For more information visit www.schmitz-rz-consult.de.

Content

Here are the assignments of the individual topics to the sample folders:

Topic Folder
Backup & restore results backup_and_restore_results
Connection test to the REST API connection_test
Import of backup results import_backup_results
Mail management mail_management
Nodes, Clients, VMs nodes_clients_vms
Projects & schedules projects_and_schedules
Report management report_management
RMAN catalog management rman_catalog_management
Server and device group management server_and_device_group_management
Server & devices server_devices
User defined group management user_defined_group_management
User management user_management
XML, log & csv upload xml_log_csv_upload

Usage

Windows

Requirements

Install the last version of Python from here: www.python.org/downloads/windows/.

Example usage

Open a new command prompt and insert:

py .\mail_management\queryMailRecipients.py --host="192.168.0.1" --user="admin" --password="admin" --pretty-print=True

Linux

Requirements

Install the last version of Python via console:

sudo apt-get update
sudo apt-get install python3.10

⚠️ Please look for current version on www.python.org/downloads/ and replace it in the command above

Example usage

Write in the terminal:

python .\mail_management\queryMailRecipients.py --host="192.168.0.1" --user="admin" --password="admin" --pretty-print=True

Copyright

Visit www.schmitz-rz-consult.de for more information.

SRZC Logo

LinkedIn Twitter Facebook YouTube

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages