class Softlayer::Account::Historical::Report
Constants
- SERVICE
Public Class Methods
get_account_host_uptime_graph_data(message)
click to toggle source
start_date end_date
# File lib/softlayer/account/historical/report.rb, line 9 def self.get_account_host_uptime_graph_data(message) request(:get_account_host_uptime_graph_data, Softlayer::Container::Graph, message) end
get_account_host_uptime_summary(message)
click to toggle source
start_date_time end_date_time
# File lib/softlayer/account/historical/report.rb, line 15 def self.get_account_host_uptime_summary(message) request(:get_account_host_uptime_summary, Softlayer::Container::Account::Historical::Summary, message) end
get_account_url_uptime_graph_data(message)
click to toggle source
start_date end_date
# File lib/softlayer/account/historical/report.rb, line 21 def self.get_account_url_uptime_graph_data(message) request(:get_account_url_uptime_graph_data, Softlayer::Container::Graph, message) end
get_account_url_uptime_summary(message)
click to toggle source
start_date_time end_date_time
# File lib/softlayer/account/historical/report.rb, line 27 def self.get_account_url_uptime_summary(message) request(:get_account_url_uptime_summary, Softlayer::Container::Account::Historical::Summary, message) end
get_host_uptime_detail(message)
click to toggle source
configuration_value_id start_date_time end_date_time
# 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)
click to toggle source
configuration_value_id start_date end_date
# 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)
click to toggle source
configuration_value_id start_date_time end_date_time
# 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)
click to toggle source
configuration_value_id start_date end_date
# 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