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

    Interface LogExportServiceServer

    Handles server calls for the nebius.logging.v1.LogExportService service.

    interface LogExportServiceServer {
        cancelExportLogs: handleUnaryCall<CancelExportLogsRequest, Empty>;
        exportLogs: handleUnaryCall<ExportLogsRequest, Operation>;
        getExportInfo: handleUnaryCall<GetExportInfoRequest, ExportStatus>;
        listExports: handleUnaryCall<ListExportsRequest, ListExportsResponse>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • LogExportServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.logging.v1.LogExportService service.

    Index
    cancelExportLogs: handleUnaryCall<CancelExportLogsRequest, Empty>

    Cancel an in-progress export operation by its ID. Has no effect on exports that have already finished or failed.

    exportLogs: handleUnaryCall<ExportLogsRequest, Operation>

    Create a new log export

    getExportInfo: handleUnaryCall<GetExportInfoRequest, ExportStatus>

    Get the status of a single export operation by its ID.

    listExports: handleUnaryCall<ListExportsRequest, ListExportsResponse>

    List export operations in the container given by --parent-id.