DIRACGrid / diracx

The neXt DIRAC incarnation
GNU General Public License v3.0
9 stars 20 forks source link

Support assigning sandboxes to jobs #143

Closed chrisburr closed 6 months ago

chrisburr commented 1 year ago

Add routes to the Sandbox handler

GET /api/jobs/{job_id}/sandbox
{
    "Input": {pfn1: presignedurl, pfn2: presignedurl},
    "Output": {pfn1: presignedurl, pfn2: presignedurl},
}
GET /api/jobs/{job_id}/sandbox/{sandbox_type}
{pfn1: presignedurl, pfn2: presignedurl}
PATCH "SE:SandboxSE|/S3/.../abcedfg.tar.bz2" /api/jobs/{job_id}/sandbox/output

Part of #13

chrisburr commented 1 year ago

@natthan-pigoux is taking a look at this

natthan-pigoux commented 11 months ago

Related PR: #156

natthan-pigoux commented 6 months ago

This issue can be closed since #156 has been merged.