SoftLayer Container Network IntrusionProtection SubnetReport

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

The IntrusionProtection_SubnetReport object is the container that holds the SoftLayer_Container_Network_IntrusionProtection_Event objects for a particular subnet, or "All Subnets", whatever the case may be. Subnet, subnet mask, direction, and the individual events are returned by this object.

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

cidr

cidr for this report. If the subnetIpAddress is "All Subnets", this is set to 32 and should be ignored.

  • Type: integer



direction

Direction of the attack, either 'Inbound' or 'Outbound'

  • Type: string



events

The class SoftLayer_Container_Network_IntrusionProtection_Event objects on this report.



subnetIpAddress

The "target" of this report, could be an IP address, a subnet's network identifier, or "All Subnets"

  • Type: string

Associated Methods

Personal tools