McAfee Epolicy Orchestrator Version36 Hips Version6 IPSEvent
From SoftLayer Development Network Wiki
Contents |
Overview
The McAfee_Epolicy_Orchestrator_Version36_Hips_Version6_IPSEvent data type represents a single IPS event. It contains details about the event such as the date the event occurred, the process that generated it, the severity of the event, and the action taken.
| 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
incidentTime
The time when an IPS event occurred.
- Type: dateTime
processName
Name of the process that generated an IPS event.
- Type: string
- Length: 256 characters
reactionText
The action taken because of an IPS event.
- Type: string
remoteIpAddress
The IP address that generated an IPS event.
- Type: string
- Length: 15 characters
severityText
The severity level for an IPS event.
- Type: string
Relational Properties
signature
The signature that generated an IPS event.
signature can be queried by object mask.
signature must be a unique value.

