BigPanda · JSON Structure

Bigpanda Audit Log Entry Structure

A single audit log entry.

Type: object Properties: 4
IncidentsMonitoringPlatform

AuditLogEntry is a JSON Structure definition published by BigPanda, describing 4 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id user action timestamp

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "AuditLogEntry",
  "type": "object",
  "description": "A single audit log entry.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Log entry ID."
    },
    "user": {
      "type": "string",
      "description": "User who performed the action."
    },
    "action": {
      "type": "string",
      "description": "Action performed."
    },
    "timestamp": {
      "type": "int32",
      "description": "Unix timestamp."
    }
  }
}