Trellix Web Gateway Security Event
Represents a security event detected by the Trellix Web Gateway, including malware detections, phishing attempts, policy violations, and data loss prevention triggers.
CybersecurityData Loss PreventionEnterprise SecurityMalware ProtectionNetwork SecuritySSL InspectionThreat ProtectionURL FilteringWeb Gateway
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://docs.trellix.com/schemas/web-gateway/security-event.json",
"title": "Trellix Web Gateway Security Event",
"description": "Represents a security event detected by the Trellix Web Gateway, including malware detections, phishing attempts, policy violations, and data loss prevention triggers.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the security event"
},
"timestamp": {
"type": "string",
"format": "date-time",
"description": "Time the security event occurred"
},
"severity": {
"type": "string",
"enum": ["low", "medium", "high", "critical"],
"description": "Severity level of the security event"
},
"eventType": {
"type": "string",
"enum": [
"malware",
"phishing",
"policy_violation",
"data_leak",
"certificate_error",
"authentication_failure"
],
"description": "Type of security event detected"
},
"sourceIp": {
"type": "string",
"description": "IP address of the client that triggered the event"
},
"user": {
"type": "string",
"description": "Authenticated user name associated with the event"
},
"url": {
"type": "string",
"format": "uri",
"description": "URL involved in the security event"
},
"threatName": {
"type": "string",
"description": "Name of the detected threat or malware"
},
"action": {
"type": "string",
"enum": ["blocked", "quarantined", "logged", "cleaned"],
"description": "Action taken by the gateway in response to the event"
},
"ruleName": {
"type": "string",
"description": "Name of the policy rule that triggered the event"
},
"details": {
"type": "string",
"description": "Additional descriptive details about the event"
}
},
"required": ["id", "timestamp", "severity", "eventType", "action"]
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/trellix-web-gateway-security-event"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.