SoftLayer Network TippingPointReporting
From SoftLayer Development Network Wiki
Contents |
Overview
This general purpose class is used to retrieve intrusion protection statistics from the tipping point hardware located on the softlayer network.
Every customer has access to the global intrusion protection statistics, as well as the detailed statistics for that user's account.
No actions can be taken using this system, it is for statistical reporting purposes only. If an attacking IP is identified using this system, please use the firewall system to take any actions that are appropriate.
This system reports attacks on all SoftLayer data centers.
Endpoints
| SOAP WSDL | http://api.service.softlayer.com/soap/v3/SoftLayer_Network_TippingPointReporting?wsdl |
| XML-RPC | http://api.service.softlayer.com/xmlrpc/v3/SoftLayer_Network_TippingPointReporting |
User Access
Users wishing to access the SoftLayer_Network_TippingPointReporting service must have the Network IDS permission assigned to their account.
Methods
drillDownAttack
Allows for attack-specific drill downs. Available only in ascending time order.
- returns
- parameters
- string signatureId
- string IpAddress
- integer subnetMask
- integer timeFrame
- string direction
getMainStatistics
Returns the main statistics for the entire SoftLayer network, as well as your particular account.
- returns
- parameters
- integer numberOfAttacks
getObject
Retrieve a SoftLayer_Network_TippingPointReporting record.
- returns
- SoftLayer_Network_TippingPointReporting
- parameters
- None
getReportForIpAddressOrSubnet
Returns a point-by-point breakdown of all attacks on a particular IP or subnet in the given time period.
- returns
- parameters
- string IpAddress
- integer subnetMask
- integer timeFrame
- string orderBy
- string orderDirection
getSubnetReportForEntireAccount
Returns a breakdown of all attacks on all subnets owned by this account.
- returns
- parameters
- integer timeFrame
- string orderBy
- string orderDirection
- boolean returnSubnetGroups

