Class: Softlayer::Account::Historical::Report

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/account/historical/report.rb

Defined Under Namespace

Classes: Representer

Constant Summary collapse

SERVICE =
'SoftLayer_Account_Historical_Report'

Class Method Summary collapse

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Class Method Details

.get_account_host_uptime_graph_data(message) ⇒ Object

start_date end_date



9
10
11
# File 'lib/softlayer/account/historical/report.rb', line 9

def self.(message)
  request(:get_account_host_uptime_graph_data, Softlayer::Container::Graph, message)
end

.get_account_host_uptime_summary(message) ⇒ Object

start_date_time end_date_time



15
16
17
# File 'lib/softlayer/account/historical/report.rb', line 15

def self.(message)
  request(:get_account_host_uptime_summary, Softlayer::Container::Account::Historical::Summary, message)
end

.get_account_url_uptime_graph_data(message) ⇒ Object

start_date end_date



21
22
23
# File 'lib/softlayer/account/historical/report.rb', line 21

def self.(message)
  request(:get_account_url_uptime_graph_data, Softlayer::Container::Graph, message)
end

.get_account_url_uptime_summary(message) ⇒ Object

start_date_time end_date_time



27
28
29
# File 'lib/softlayer/account/historical/report.rb', line 27

def self.(message)
  request(:get_account_url_uptime_summary, Softlayer::Container::Account::Historical::Summary, message)
end

.get_host_uptime_detail(message) ⇒ Object

configuration_value_id start_date_time end_date_time



34
35
36
# File 'lib/softlayer/account/historical/report.rb', line 34

def self.get_host_uptime_detail(message)
  request(:get_host_uptime_detail, Softlayer::Container::Account::Historical::Summary::Detail, message)
end

.get_host_uptime_graph_data(message) ⇒ Object

configuration_value_id start_date end_date



41
42
43
# File 'lib/softlayer/account/historical/report.rb', line 41

def self.get_host_uptime_graph_data(message)
  request(:get_host_uptime_graph_data, Softlayer::Container::Graph, message)
end

.get_url_uptime_detail(message) ⇒ Object

configuration_value_id start_date_time end_date_time



48
49
50
# File 'lib/softlayer/account/historical/report.rb', line 48

def self.get_url_uptime_detail(message)
  request(:get_url_uptime_detail, Softlayer::Container::Account::Historical::Summary::Detail, message)
end

.get_url_uptime_graph_data(message) ⇒ Object

configuration_value_id start_date end_date



55
56
57
# File 'lib/softlayer/account/historical/report.rb', line 55

def self.get_url_uptime_graph_data(message)
  request(:get_url_uptime_graph_data, Softlayer::Container::Graph, message)
end