SoftLayer Container Network IntrusionProtection Statistics

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

The IntrusionProtection_Statistics Type is used as a container for SoftLayer_Container_Network_IntrusionProtection_Statistic objects. The SoftLayer_Container_Network_IntrusionProtection_Statistics class holds the "header" information, like the item being queried (either account or data center), the time frame, and the grand total of the attacks.

Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties.

Local Properties

target

The actual target, either a datacenter name, an account ID, or a subnet IP

  • Type: string



targetType

The type of the target, right now either "datacenter", "account", or "subnet"

  • Type: string



timeFrame

The time frame of the attack, in string form, like "Last 24 hours"

  • Type: string



topAttacks

The top attacks for this target over this time frame



totalAttacks

Total attacks for this $target over this time frame

  • Type: integer

Associated Methods

Personal tools