Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BatchJobStatus (0.06 sec)

  1. cmd/admin-router.go

    			adminMiddleware(adminAPI.ListBatchJobs))
    
    		adminRouter.Methods(http.MethodGet).Path(adminVersion + "/status-job").HandlerFunc(
    			adminMiddleware(adminAPI.BatchJobStatus))
    
    		adminRouter.Methods(http.MethodGet).Path(adminVersion + "/describe-job").HandlerFunc(
    			adminMiddleware(adminAPI.DescribeBatchJob))
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Apr 16 07:34:24 UTC 2025
    - 26.7K bytes
    - Viewed (0)
Back to top