Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ListBatchJobs (0.05 seconds)

  1. cmd/batch-handlers.go

    		SourceETag:         objInfo.ETag,
    		ReplicationRequest: true,
    	}
    	return putOpts, isMP, nil
    }
    
    // ListBatchJobs - lists all currently active batch jobs, optionally takes {jobType}
    // input to list only active batch jobs of 'jobType'
    func (a adminAPIHandlers) ListBatchJobs(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    	objectAPI, _ := validateAdminReq(ctx, w, r, policy.ListBatchJobsAction)
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 63.5K bytes
    - Click Count (1)
Back to Top