CockroachDB · Schema

ListAuditLogsResponse

Audit log events returned from the API.

Cluster ManagementCloudDatabaseDistributed SQLInfrastructurePostgreSQL CompatibleSQL

Properties

Name Type Description
entries array Array of audit log entry objects.
View JSON Schema on GitHub

JSON Schema

cockroachdb-listauditlogsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListAuditLogsResponse",
  "title": "ListAuditLogsResponse",
  "type": "object",
  "description": "Audit log events returned from the API.",
  "properties": {
    "entries": {
      "type": "array",
      "description": "Array of audit log entry objects.",
      "items": {
        "type": "object"
      }
    }
  }
}