WLCG Tape REST API discussion
This meeting is held to trigger discussions about the workflows of our common API
We will first define the workflows for each functionality our common API will provide:
- Submit bulk "stage"request: POST api/v1/bulk-requests Activity=STAGE
- Cancel "stage" request: PATCH api/v1/bulk-requests/id
- Evict disk copies from the cache: POST api/v1/bulk-requests Activity=UNPIN
- Get informations about files known by the system: POST api/v1/bulk-requests Activity=FILEINFO
- Delete bulk requests (cancel + clear): DELETE api/v1/bulk-requests/id
Then we can define the workflows that is triggered when a user wants to get informations about the bulk-requests that are in the system:
- Get all the requests that are known by the system and their status: GET api/v1/bulk-requests
- Get the result/progress of one request: GET api/v1/bulk-requests/id
As a kickstart for our discussions, I have created a codimd document where I have put kind of draft workflow diagrams for each functionality we have. Please keep in mind that I have created these diagrams to have base materials on which we can discuss about, not to impose any ideas. In order to anticipate some discussions, please have a look at this codimd document ahead of the meeting and fill in the appropriate sections if you have remarks/questions. You are also free to create your own diagrams (I did them with drawio) and upload them to the codimd document by drag'n'drop :)