LogEntry

gateway.LogEntry

type LogEntry

gateway.LogEntry

FieldTypeDescription
verifierstringPublic Key
notestringSpecific action being recorded.
timestampstringRFC3339 timestamp of the log entry.
originstringOrigin
connection_idstringUUID representing a unique client connection
{
  "verifier": "VerifierLengthVariesByAlgo",
  "note": "NOTE",
  "timestamp": "2006-01-02T15:04:05Z",
  "origin": "ORIGIN",
  "connection_id": "CONNECTION_ID_UUID"
}