Module: Veeam::Client::About
- Included in:
- Veeam::Client
- Defined in:
- lib/veeam/client/about.rb
Overview
Defines methods related to About resource
Instance Method Summary collapse
-
#about ⇒ Object
Get all backupjob reports.
Instance Method Details
#about ⇒ Object
Get all backupjob reports
8 9 10 |
# File 'lib/veeam/client/about.rb', line 8 def about get('/api/v3/about') end |