@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface AuditEventExportServiceServer

    Handles server calls for the nebius.audit.v2.AuditEventExportService service.

    interface AuditEventExportServiceServer {
        cancel: handleUnaryCall<CancelRequest, Operation>;
        get: handleUnaryCall<GetRequest, AuditEventExport>;
        list: handleUnaryCall<ListRequest, ListAuditEventExportResponse>;
        start: handleUnaryCall<StartRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • AuditEventExportServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.audit.v2.AuditEventExportService service.

    Index
    cancel: handleUnaryCall<CancelRequest, Operation>

    Stop active audit events export to s3 bucket, all data written before calling this API remains in the bucket.

    get: handleUnaryCall<GetRequest, AuditEventExport>

    Returns the audit event export with the current progress status and the parameters with which it was created.

    Returns a list of exports created for a specific parent_id.

    start: handleUnaryCall<StartRequest, Operation>

    Start audit events export to s3 bucket for specific period.