class Softlayer::Network::TippingPointReporting
Constants
- SERVICE
Public Class Methods
drill_down_attack(message)
click to toggle source
signature_id ip_address subnet_mask time_frame direction
# File lib/softlayer/network/tipping_point_reporting.rb, line 11 def self.drill_down_attack(message) request(:drill_down_attack, Softlayer::Container::Network::IntrusionProtection::SubnetReport, message) end
get_main_statistics(message)
click to toggle source
number_of_attacks
# File lib/softlayer/network/tipping_point_reporting.rb, line 16 def self.get_main_statistics(message) request(:get_main_statistics, Array[Softlayer::Container::Network::IntrusionProtection::Statistics], message) end
get_report_for_ip_address_or_subnet(message)
click to toggle source
ip_address subnet_mask time_frame order_by order_direction
# File lib/softlayer/network/tipping_point_reporting.rb, line 25 def self.get_report_for_ip_address_or_subnet(message) request(:get_report_for_ip_address_or_subnet, Array[Softlayer::Container::Network::IntrusionProtection::SubnetReport], message) end
get_subnet_report_for_entire_account(message)
click to toggle source
time_frame order_by order_direction return_subnet_groups
# File lib/softlayer/network/tipping_point_reporting.rb, line 33 def self.get_subnet_report_for_entire_account(message) request(:get_subnet_report_for_entire_account, Array[Softlayer::Container::Network::IntrusionProtection::SubnetReport], message) end