SoftLayer Container Network IntrusionProtection Statistic
From SoftLayer Development Network Wiki
Contents |
Overview
The IntrusionProtection_Statistic is used exclusively by the getMainStatistics method on the TippingPointReporting service, and serves mainly as a pair object, storing a name and an attack count. Name is usually the name of an attack, but it can also be an attacking IP Address
| 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
attackCount
The number of attacks effecting this name over the time period
- Type: integer
name
Either the name of the attack in question, or the attacking IP Address
- Type: string

