Class: Softlayer::Account::Historical::Report
- 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
-
.get_account_host_uptime_graph_data(message) ⇒ Object
start_date end_date.
-
.get_account_host_uptime_summary(message) ⇒ Object
start_date_time end_date_time.
-
.get_account_url_uptime_graph_data(message) ⇒ Object
start_date end_date.
-
.get_account_url_uptime_summary(message) ⇒ Object
start_date_time end_date_time.
-
.get_host_uptime_detail(message) ⇒ Object
configuration_value_id start_date_time end_date_time.
-
.get_host_uptime_graph_data(message) ⇒ Object
configuration_value_id start_date end_date.
-
.get_url_uptime_detail(message) ⇒ Object
configuration_value_id start_date_time end_date_time.
-
.get_url_uptime_graph_data(message) ⇒ Object
configuration_value_id start_date end_date.
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.get_account_host_uptime_graph_data() request(:get_account_host_uptime_graph_data, Softlayer::Container::Graph, ) 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.get_account_host_uptime_summary() request(:get_account_host_uptime_summary, Softlayer::Container::Account::Historical::Summary, ) 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.get_account_url_uptime_graph_data() request(:get_account_url_uptime_graph_data, Softlayer::Container::Graph, ) 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.get_account_url_uptime_summary() request(:get_account_url_uptime_summary, Softlayer::Container::Account::Historical::Summary, ) 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() request(:get_host_uptime_detail, Softlayer::Container::Account::Historical::Summary::Detail, ) 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() request(:get_host_uptime_graph_data, Softlayer::Container::Graph, ) end |