WLCG Tape REST API discussion

Friday 28 May 2021 - 15:00


        : Sessions
    /     : Talks
        : Breaks
28 May 2021
AM
PM
15:00 Q & A about our previous meeting  
15:05 Workflow Submit bulk "stage"request: POST api/v1/bulk-requests Activity=STAGE  
15:10 Workflow Cancel "stage" request: PATCH api/v1/bulk-requests/id  
15:15 Workflow Evict disk copies from the cache: POST api/v1/bulk-requests Activity=UNPIN  
15:20 Workflow Get informations about files known by the system: POST api/v1/bulk-requests Activity=FILEINFO  
15:25 Workflow Delete bulk requests (cancel + clear): DELETE api/v1/bulk-requests/id  
15:30 Workflow Get all the requests that are known by the system and their status: GET api/v1/bulk-requests  
15:35 Workflow Get the result/progress of one request: GET api/v1/bulk-requests/id