BigPanda · JSON Structure

Bigpanda Audit Logs Response Structure

List of audit log entries.

Type: object Properties: 1
IncidentsMonitoringPlatform

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

Properties

logs

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "AuditLogsResponse",
  "type": "object",
  "description": "List of audit log entries.",
  "properties": {
    "logs": {
      "type": "array",
      "description": "Array of log entries."
    }
  }
}