You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/admin/jobs GET -> List all jobs, Output the same as the current get jobs endpoint, but without the requirement to provide id-secret pairs. Pagination might be a good feature for this endpoint
/admin/jobs/{jobid} or GET -> Get job details, including the configuration and the list of links to the files of this job DELETE -> Remove job
/admin/jobs/{jobid}/restart POST -> Restart the job
If a gRPC-style API is preferred over REST then the actions might be named:
/listAllJobs -> No params
/getJobDetails, /deleteJob, /restartJob -> The jobid as a string parameter would be sufficient
Add a secure endpoint for job management (list, restart, delete) or implement some other way to obtain and manipulate the jobs.
Required output:
The text was updated successfully, but these errors were encountered: