Module: Veeam::Client::Infrastructure

Included in:
Veeam::Client
Defined in:
lib/veeam/client/infrastructure.rb

Overview

Defines methods related to infrastructure resources

Instance Method Summary collapse

Instance Method Details

#backup_server(backup_id) ⇒ Object



12
13
14
# File 'lib/veeam/client/infrastructure.rb', line 12

def backup_server(backup_id)
  get("/api/v3/infrastructure/backupServers/#{backup_id}")
end

#backup_serversObject

Get all backupjob reports



8
9
10
# File 'lib/veeam/client/infrastructure.rb', line 8

def backup_servers
  get_paged('/api/v3/infrastructure/backupServers')
end