BigPanda · Schema

AuditLogsResponse

List of audit log entries.

IncidentsMonitoringPlatform

Properties

Name Type Description
logs array Array of log entries.
View JSON Schema on GitHub

JSON Schema

bigpanda-audit-logs-response-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AuditLogsResponse",
  "type": "object",
  "description": "List of audit log entries.",
  "properties": {
    "logs": {
      "type": "array",
      "description": "Array of log entries.",
      "items": {
        "$ref": "#/components/schemas/AuditLogEntry"
      }
    }
  }
}