Docs API schemas

neoserver 0.1.2

AuditEvent

AuditEvent schema for the neoserver management API.

← All schemas

object
action string required
auth_method string
credential_id string

Stable non-secret API-key ID, including key-backed browser sessions; absent for historical events without attribution.

duration_ms integer · int64 required
id string required
method string required
operation string
path string required
principal string
protocol string
request_id string
security_event boolean required
status integer required
timestamp string · date-time required
workspace string
OpenAPI schema definition
{
  "properties": {
    "action": {
      "type": "string"
    },
    "auth_method": {
      "type": "string"
    },
    "credential_id": {
      "description": "Stable non-secret API-key ID, including key-backed browser sessions; absent for historical events without attribution.",
      "type": "string"
    },
    "duration_ms": {
      "format": "int64",
      "type": "integer"
    },
    "id": {
      "type": "string"
    },
    "method": {
      "type": "string"
    },
    "operation": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "principal": {
      "type": "string"
    },
    "protocol": {
      "type": "string"
    },
    "request_id": {
      "type": "string"
    },
    "security_event": {
      "type": "boolean"
    },
    "status": {
      "type": "integer"
    },
    "timestamp": {
      "format": "date-time",
      "type": "string"
    },
    "workspace": {
      "type": "string"
    }
  },
  "required": [
    "id",
    "timestamp",
    "action",
    "method",
    "path",
    "status",
    "duration_ms",
    "security_event"
  ],
  "type": "object"
}

Search documentation

Type to search guides and reference pages.