Trellix Web Gateway · Example Payload

Trellix Web Gateway Get Security Events Example

CybersecurityData Loss PreventionEnterprise SecurityMalware ProtectionNetwork SecuritySSL InspectionThreat ProtectionURL FilteringWeb Gateway

Trellix Web Gateway Get Security Events Example is an example object payload from Trellix Web Gateway, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

totalevents

Example Payload

Raw ↑
{
  "total": 2,
  "events": [
    {
      "id": "evt_0001AB",
      "timestamp": "2026-05-03T14:22:15Z",
      "type": "malware",
      "severity": "high",
      "sourceIp": "10.1.2.100",
      "destinationUrl": "http://malicious-site.example.com/payload.exe",
      "category": "Malware",
      "action": "blocked",
      "malwareName": "Trojan.GenericKD.48923",
      "userId": "jdoe@company.com",
      "applianceId": "mwg-primary-01"
    },
    {
      "id": "evt_0002CD",
      "timestamp": "2026-05-03T14:18:42Z",
      "type": "policy-violation",
      "severity": "medium",
      "sourceIp": "10.1.3.55",
      "destinationUrl": "https://social-media.example.com",
      "category": "Social Networking",
      "action": "blocked",
      "userId": "bsmith@company.com",
      "applianceId": "mwg-primary-01"
    }
  ]
}