Type alias LoggingConnectorEvent

LoggingConnectorEvent: {
    clusterId?: string;
    data?: Record<string, unknown>;
    nodeId: string;
    nodeType: string;
    remoteId?: string;
    vendorId: string;
}

The logging connector event.

Type declaration

  • Optional clusterId?: string
  • Optional data?: Record<string, unknown>
  • nodeId: string
  • nodeType: string
  • Optional remoteId?: string
  • vendorId: string

Generated using TypeDoc