Rapid7 · Schema

LogEvent

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
time string The time at which the log event occurred
event string The log event
View JSON Schema on GitHub

JSON Schema

rapid7-logevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LogEvent",
  "title": "LogEvent",
  "properties": {
    "time": {
      "type": "string",
      "description": "The time at which the log event occurred",
      "example": "2021-08-03T14:07:37",
      "readOnly": true
    },
    "event": {
      "type": "string",
      "description": "The log event",
      "readOnly": true
    }
  }
}