Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DescribeBatchJob (0.17 sec)

  1. cmd/batch-handlers.go

    		return
    	}
    
    	w.Write(buf)
    }
    
    var errNoSuchJob = errors.New("no such job")
    
    // DescribeBatchJob returns the currently active batch job definition
    func (a adminAPIHandlers) DescribeBatchJob(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    	objectAPI, _ := validateAdminReq(ctx, w, r, policy.DescribeBatchJobAction)
    	if objectAPI == nil {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 63.5K bytes
    - Viewed (0)
Back to top