Class NodesAuditEventsGet

Gets audit events from a node

Hierarchy

Constructors

  • Parameters

    • container: {
          audit: Audit;
          db: DB;
      }

    Returns NodesAuditEventsGet

Properties

container: {
    audit: Audit;
    db: DB;
}

Type declaration

handle: ((input, _cancel, _meta, ctx) => AsyncGenerator<AgentRPCResponseResult<AgentAuditMessage<AuditEvent>>, any, unknown>) = ...

Type declaration

timeout?: number

This is the timeout used for the handler. If it is not set then the default timeout time for the RPCServer is used.

Generated using TypeDoc